summaryrefslogtreecommitdiff
path: root/net/ttt/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/ttt/options.mk')
-rw-r--r--net/ttt/options.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ttt/options.mk b/net/ttt/options.mk
new file mode 100644
index 00000000000..074628bf655
--- /dev/null
+++ b/net/ttt/options.mk
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2007/10/14 02:04:38 obache Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.ttt
+PKG_SUPPORTED_OPTIONS+= inet6
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+= --enable-ipv6
+.else
+CONFIGURE_ARGS+= --disable-ipv6
+.endif