summaryrefslogtreecommitdiff
path: root/net/netbsd-tap/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/netbsd-tap/options.mk')
-rw-r--r--net/netbsd-tap/options.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/netbsd-tap/options.mk b/net/netbsd-tap/options.mk
index 81ad0d9d357..9b14ab2c42f 100644
--- a/net/netbsd-tap/options.mk
+++ b/net/netbsd-tap/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2005/01/20 18:02:39 cube Exp $
+# $NetBSD: options.mk,v 1.2 2005/02/20 21:50:57 cube Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.netbsd-tap
PKG_SUPPORTED_OPTIONS= bpf
@@ -9,3 +9,7 @@ PKG_DEFAULT_OPTIONS?= bpf
.if !empty(PKG_OPTIONS:Mbpf)
BUILD_ENV+= USE_BPF=YES
.endif
+
+TAP_KERNEL_ENV?= # empty
+BUILD_DEFS+= TAP_KERNEL_ENV
+MAKE_ENV+= TAP_KERNEL_ENV=${TAP_KERNEL_ENV:Q}