diff options
author | kim <kim> | 1999-09-13 13:30:45 +0000 |
---|---|---|
committer | kim <kim> | 1999-09-13 13:30:45 +0000 |
commit | 076ca41176b384545bcd591d6821c5a2cb5d40e1 (patch) | |
tree | 537387514b8ee127b1dcfd15dc786bd8dc5a8a1a /security/sudo | |
parent | 9f396d3647f1c223ad7c35ee89533915bf3a3994 (diff) | |
download | pkgsrc-076ca41176b384545bcd591d6821c5a2cb5d40e1.tar.gz |
Got some coffee, feel much better now. Thank you.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index ecf6f489c05..ff431c8e7a0 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/09/13 13:24:48 kim Exp $ +# $NetBSD: Makefile,v 1.17 1999/09/13 13:30:45 kim Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp # @@ -25,11 +25,11 @@ CONFIGURE_ARGS+=--with-skey CONFIGURE_ARGS+=--without-skey .endif -.ifdef ${USE_KERBEROS4} +.if defined(USE_KERBEROS4) CONFIGURE_ARGS+=--with-kerb4 .endif -.ifdef ${USE_KERBEROS5} +.if defined(USE_KERBEROS5) CONFIGURE_ARGS+=--with-kerb5 .endif |