diff options
author | wiz <wiz> | 2002-06-16 20:21:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-16 20:21:20 +0000 |
commit | d4326b4927fd7d9c51ad2fb735cad51281f41bd8 (patch) | |
tree | 3411a3954df73fd40df321e956984e128407e95b /security/sudo | |
parent | 9551249161c63849dc4d60bf4c3ca638643f34d1 (diff) | |
download | pkgsrc-d4326b4927fd7d9c51ad2fb735cad51281f41bd8.tar.gz |
Undo last, was not meant to be committed.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8c46583acfe..27c6ae30453 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2002/06/16 20:20:18 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2002/06/16 20:21:20 wiz Exp $ # DISTNAME= sudo-1.6.6 @@ -28,7 +28,6 @@ CONFIGURE_ARGS+= --with-skey CONFIGURE_ARGS+= --without-skey .endif -KERBEROS= .if defined(KERBEROS) PKG_USE_KERBEROS= # defined CONFIGURE_ARGS+= --with-kerb4 --with-kerb5 |