From c00d43f70ec2bee3e9b8a3578a4095ab0d76882f Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 13 Sep 1999 13:30:45 +0000 Subject: Got some coffee, feel much better now. Thank you. --- security/sudo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/sudo') 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 -- cgit v1.2.3