pkgsrc-wip/netbt-hcidump/options.mk
Iain Hibbert 9b3aa26c2b add some more reduction of differences patches
remove patch-ag which contains something not required

add options.mk

add patch-ap to fix a bug (has been reported upstream)
2009-08-18 15:26:29 +00:00

11 lines
251 B
Makefile

# $NetBSD: options.mk,v 1.1 2009/08/18 15:26:29 plunky Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hcidump
PKG_SUPPORTED_OPTIONS= inet6
PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
CPPFLAGS+= -DINET6
.endif