2ba51c9e44
- Don't fail if homedir or shell are not set (Bug 521438). - Fix crash when path to share is empty (Bug 524792).
11 lines
269 B
Makefile
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
|