summaryrefslogtreecommitdiff
path: root/net/radius/Makefile
diff options
context:
space:
mode:
authortv <tv>1999-05-03 23:39:22 +0000
committertv <tv>1999-05-03 23:39:22 +0000
commita41411c128467b5294752eb3d81b4229b0fe5d31 (patch)
tree1251df59cb4169944e1988ed405807e65b9b57b5 /net/radius/Makefile
parent66e4270bf1aa27293a956b7d565966e6b270268b (diff)
downloadpkgsrc-a41411c128467b5294752eb3d81b4229b0fe5d31.tar.gz
Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies
use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this option; USE_ is used by many.) Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
Diffstat (limited to 'net/radius/Makefile')
-rw-r--r--net/radius/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile
index 466470aa4be..1017c598af9 100644
--- a/net/radius/Makefile
+++ b/net/radius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/04/24 23:53:33 tron Exp $
+# $NetBSD: Makefile,v 1.10 1999/05/03 23:39:22 tv Exp $
#
# Tempted to install another radius package?
#
@@ -31,10 +31,10 @@ MAKE_ENV+= RADLIBS="${RADLIBS} -lskey" LIBS=-lcrypt \
INSTALL="${INSTALL} -c"
# XXX Kerberos IV support is known to be broken.
-#.if exists(/usr/lib/libkrb.a) && \
-# (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
+#.if defined(USE_KERBEROS4)
#CFLAGS+= -DM_KERB -I/usr/include/kerberosIV
#RADLIBS= -lkrb -ldes
+#RESTRICTED= uses Kerberos encryption code
#.endif
.include "../../mk/bsd.prefs.mk"