pkgsrc/sysutils/liboobs/options.mk
wiz 2ba51c9e44 Update to 2.22.1. Split off options into options.mk. Set LICENSE.
- Don't fail if homedir or shell are not set (Bug 521438).
- Fix crash when path to share is empty (Bug 524792).
2009-08-20 09:13:51 +00:00

11 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