diff options
author | agc <agc> | 1999-08-18 08:46:53 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-18 08:46:53 +0000 |
commit | 58c812390dc6678a3d3901e22dd1a2e2b0961823 (patch) | |
tree | 1f968fa7f164ddc5b4fb7d19bf3d67c5dfdfd213 /www/communicator | |
parent | 231f366b061e9eea95ab25c2afcae42cab075105 (diff) | |
download | pkgsrc-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/communicator')
-rw-r--r-- | www/communicator/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile index ce117bd7b47..fc2b3181c34 100644 --- a/www/communicator/Makefile +++ b/www/communicator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/08/13 21:24:12 abs Exp $ +# $NetBSD: Makefile,v 1.19 1999/08/18 08:56:12 agc Exp $ # # Every effort has been made to keep the communicator and navigator # Makefiles as similar as possible. @@ -7,6 +7,9 @@ BINNAME= communicator 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" |