summaryrefslogtreecommitdiff
path: root/www/navigator/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 08:46:53 +0000
committeragc <agc>1999-08-18 08:46:53 +0000
commit58c812390dc6678a3d3901e22dd1a2e2b0961823 (patch)
tree1f968fa7f164ddc5b4fb7d19bf3d67c5dfdfd213 /www/navigator/Makefile
parent231f366b061e9eea95ab25c2afcae42cab075105 (diff)
downloadpkgsrc-58c812390dc6678a3d3901e22dd1a2e2b0961823.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'www/navigator/Makefile')
-rw-r--r--www/navigator/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/navigator/Makefile b/www/navigator/Makefile
index 1522c3696f5..fd9d2948a47 100644
--- a/www/navigator/Makefile
+++ b/www/navigator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/08/13 21:24:11 abs Exp $
+# $NetBSD: Makefile,v 1.18 1999/08/18 08:56:13 agc Exp $
#
# Every effort has been made to keep the communicator and navigator
# Makefiles as similar as possible.
@@ -7,6 +7,9 @@ BINNAME= navigator
NS_VERS= 4.61
NS_VERS_SHORT= 461
NS_ENCRYPTION?= export
+
+BUILD_DEFS+= NS_ENCRYPTION
+
#
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc"