diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:28:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:28:01 +0000 |
commit | 69696f9b820cbbd6bfdd1bb9eada3b8288d74a55 (patch) | |
tree | 6e1530a1eb6f1886124756b99897cb65983c53b2 /net/radius | |
parent | 0b7af58b917dddc6b032b67839535374b8264b49 (diff) | |
download | pkgsrc-69696f9b820cbbd6bfdd1bb9eada3b8288d74a55.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/radius')
-rw-r--r-- | net/radius/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index a99123f07fc..f66f90b1bd3 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/07/23 21:39:41 tron Exp $ +# $NetBSD: Makefile,v 1.12 1999/08/18 09:28:02 agc Exp $ # # Tempted to install another radius package? # @@ -37,6 +37,8 @@ MAKE_ENV+= RADLIBS="${RADLIBS} -lskey" LIBS=-lcrypt \ #RESTRICTED= uses Kerberos encryption code #.endif +BUILD_DEFS+= USE_KERBEROS4 + .include "../../mk/bsd.prefs.mk" pre-patch: |