mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
269 B
Makefile
12 lines
269 B
Makefile
# $NetBSD: options.mk,v 1.1 2009/08/20 09:13:51 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.liboobs
|
|
PKG_SUPPORTED_OPTIONS+= hal
|
|
PKG_SUGGESTED_OPTIONS+= hal
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mhal)
|
|
.include "../../sysutils/hal/buildlink3.mk"
|
|
.endif
|