summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorassar <assar@pkgsrc.org>2001-03-04 03:26:50 +0000
committerassar <assar@pkgsrc.org>2001-03-04 03:26:50 +0000
commit55da32de67858dd68e54badc3323ada1928b4e0d (patch)
tree091f46327abf4b32aaf37549d798280b2d450c56 /net
parent912af0eecffc40a808025dc4206a786152c6c9b5 (diff)
downloadpkgsrc-55da32de67858dd68e54badc3323ada1928b4e0d.tar.gz
turn KERBEROS into a binary switch
Diffstat (limited to 'net')
-rw-r--r--net/radius/Makefile4
-rw-r--r--net/zephyr/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile
index c3cc4e0d369..1c59a6c95ee 100644
--- a/net/radius/Makefile
+++ b/net/radius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/02/17 18:19:31 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2001/03/04 03:26:51 assar Exp $
#
# Tempted to install another radius package?
#
@@ -26,7 +26,7 @@ DIST_SUBDIR= radius
CFLAGS+= -DHAVE_SETVBUF -DNOSHADOW
-.if defined(KERBEROS) && ${KERBEROS} == 4
+.if defined(KERBEROS)
USE_KERBEROS= yes
CFLAGS+= -DM_KERB -I/usr/include/kerberosIV
RADLIBS= -lkrb -ldes
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile
index a9004d0d009..e321e714691 100644
--- a/net/zephyr/Makefile
+++ b/net/zephyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/02/25 04:18:10 hubertf Exp $
+# $NetBSD: Makefile,v 1.21 2001/03/04 03:26:51 assar Exp $
#
DISTNAME= zephyr-2.0.4
@@ -11,7 +11,7 @@ COMMENT= Zephyr Messaging Service
.include "../../mk/bsd.prefs.mk"
-.if defined(KERBEROS) && ${KERBEROS} == 4
+.if defined(KERBEROS)
USE_KERBEROS= yes
CONFIGURE_ARGS+="--with-krb4"
CONFIGURE_ENV+= CPPFLAGS=-I/usr/include/kerberosIV