summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 09:24:08 +0000
committeragc <agc@pkgsrc.org>1999-08-18 09:24:08 +0000
commit0b7af58b917dddc6b032b67839535374b8264b49 (patch)
tree1686fec01e909f6cab705332cd47000d8be501db /net/zebra
parentd4c5cd9b07693b291c2b10ee3d8dbca82d029ba1 (diff)
downloadpkgsrc-0b7af58b917dddc6b032b67839535374b8264b49.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 885a8ce6297..4ae48181e64 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/08/15 16:21:10 itojun Exp $
+# $NetBSD: Makefile,v 1.13 1999/08/18 09:24:08 agc Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -14,6 +14,8 @@ HOMEPAGE= http://www.zebra.org/
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
+BUILD_DEFS+= USE_INET6
+
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6)