diff options
author | thorpej <thorpej> | 2000-08-09 20:01:45 +0000 |
---|---|---|
committer | thorpej <thorpej> | 2000-08-09 20:01:45 +0000 |
commit | b154b505e77596128e637eaf6aa0b3b9d7d7de46 (patch) | |
tree | 2fe2c4ff941705efaa163ffbdd0006b3db738fe6 /security/sudo | |
parent | 47c679b86901cbb43b8d2efe14257458907bccd3 (diff) | |
download | pkgsrc-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/Makefile | 5 |
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 |