diff options
author | agc <agc> | 1999-08-18 09:28:01 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-18 09:28:01 +0000 |
commit | 13a663ea67c07bfd2af9408a4e8e48d95c98db38 (patch) | |
tree | 6e1530a1eb6f1886124756b99897cb65983c53b2 /net/zephyr | |
parent | 0d684714f9a7da77d620140f14819f7dc87d5635 (diff) | |
download | pkgsrc-13a663ea67c07bfd2af9408a4e8e48d95c98db38.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_KERBEROS4 to BUILD_DEFS
Diffstat (limited to 'net/zephyr')
-rw-r--r-- | net/zephyr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index adc1dda9883..498b89aaef0 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/05/03 23:39:23 tv Exp $ +# $NetBSD: Makefile,v 1.16 1999/08/18 09:28:02 agc Exp $ # DISTNAME= zephyr-2.0.4 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://web.mit.edu/olh/Zephyr/index.html +BUILD_DEFS+= USE_KERBEROS4 + .include "../../mk/bsd.prefs.mk" .if defined(USE_KERBEROS4) |