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.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netbsd-tap/options.mk b/net/netbsd-tap/options.mk
new file mode 100644
index 00000000000..81ad0d9d357
--- /dev/null
+++ b/net/netbsd-tap/options.mk
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1.1.1 2005/01/20 18:02:39 cube Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.netbsd-tap
+PKG_SUPPORTED_OPTIONS= bpf
+PKG_DEFAULT_OPTIONS?= bpf
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mbpf)
+BUILD_ENV+= USE_BPF=YES
+.endif