summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorthorpej <thorpej>2000-08-09 20:01:45 +0000
committerthorpej <thorpej>2000-08-09 20:01:45 +0000
commitb154b505e77596128e637eaf6aa0b3b9d7d7de46 (patch)
tree2fe2c4ff941705efaa163ffbdd0006b3db738fe6 /security/sudo
parent47c679b86901cbb43b8d2efe14257458907bccd3 (diff)
downloadpkgsrc-b154b505e77596128e637eaf6aa0b3b9d7d7de46.tar.gz
Remove a commend/if clause which turns out to not actually
be true.
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 056a039b83c..9883140d2a4 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/07/26 15:12:08 veego Exp $
+# $NetBSD: Makefile,v 1.25 2000/08/09 20:01:45 thorpej Exp $
# FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp
#
@@ -32,15 +32,12 @@ CONFIGURE_ARGS+=--with-kerb4
CONFIGURE_ARGS+=--without-kerb4
.endif
-# XXX Currently uses API features present only in Heimdal.
-.if defined(USE_HEIMDAL)
.if defined(KERBEROS) && ${KERBEROS} == 5
USE_KERBEROS= yes
CONFIGURE_ARGS+=--with-kerb5
.else
CONFIGURE_ARGS+=--without-kerb5
.endif
-.endif
CONFIGURE_ARGS+=--with-nbsdops --disable-path-info