diff options
author | tron <tron@pkgsrc.org> | 1999-04-24 22:44:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-24 22:44:25 +0000 |
commit | 738aaa57e385165d3a345453fb7f2e93d3aa977e (patch) | |
tree | 3630ee3419b5177f9d464fd976f30c51f83d815a /net | |
parent | 16feaaace4164778adb39ef9aa9b131a9a805d4b (diff) | |
download | pkgsrc-738aaa57e385165d3a345453fb7f2e93d3aa977e.tar.gz |
Comment out broken Kerberos IV support for now.
Diffstat (limited to 'net')
-rw-r--r-- | net/radius/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index 5c762f362ff..c9628b7c842 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/24 22:41:53 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/24 22:44:25 tron Exp $ # # Tempted to install another radius package? # @@ -26,13 +26,14 @@ NO_WRKSUBDIR= yes .include "../../mk/bsd.prefs.mk" -.ifmake do-build -.if exists(/usr/lib/libkrb.a) && \ - (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) -CFLAGS+= -DM_KERB -I/usr/include/kerberosIV -RADLIBS= -lkrb -ldes -.endif -.endif +# XXX Kerberos IV support is know to be broken. +#.ifmake do-build +#.if exists(/usr/lib/libkrb.a) && \ +# (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) +#CFLAGS+= -DM_KERB -I/usr/include/kerberosIV +#RADLIBS= -lkrb -ldes +#.endif +#.endif post-extract: .for FILE in ${EXTRA_FILES} |