summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 09:24:08 +0000
committeragc <agc>1999-08-18 09:24:08 +0000
commit0d684714f9a7da77d620140f14819f7dc87d5635 (patch)
tree1686fec01e909f6cab705332cd47000d8be501db /net
parentf69df8b817e25330067c057473f195b49db4695e (diff)
downloadpkgsrc-0d684714f9a7da77d620140f14819f7dc87d5635.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')
-rw-r--r--net/rsync/Makefile4
-rw-r--r--net/zebra/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index d7b5e2bdeab..af486d58d78 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1999/07/22 16:02:51 itojun Exp $
+# $NetBSD: Makefile,v 1.24 1999/08/18 09:24:08 agc Exp $
#
DISTNAME= rsync-2.3.1
@@ -16,6 +16,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://samba.anu.edu.au/rsync/
+BUILD_DEFS+= USE_INET6
+
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
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)