diff options
author | thorpej <thorpej@pkgsrc.org> | 2000-08-09 20:01:45 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2000-08-09 20:01:45 +0000 |
commit | f7dd62d6ee8305f3eb213258612bf94f08ec27ad (patch) | |
tree | 2fe2c4ff941705efaa163ffbdd0006b3db738fe6 /security/sudo | |
parent | 6fc22dc3f19a2a9bb0b277868628759d04285bd5 (diff) | |
download | pkgsrc-f7dd62d6ee8305f3eb213258612bf94f08ec27ad.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 |