summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-09-13 13:30:45 +0000
committerkim <kim@pkgsrc.org>1999-09-13 13:30:45 +0000
commitc00d43f70ec2bee3e9b8a3578a4095ab0d76882f (patch)
tree537387514b8ee127b1dcfd15dc786bd8dc5a8a1a /security
parent02bd4492fd0b15d8df430801d22c7ee8e19ee89a (diff)
downloadpkgsrc-c00d43f70ec2bee3e9b8a3578a4095ab0d76882f.tar.gz
Got some coffee, feel much better now. Thank you.
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile6
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