From 228758662f475a61b9ae4f95b4fa2b910d112a0f Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sun, 3 Sep 2000 18:41:24 +0000 Subject: Boring... Add :L modifier to all tweakable variables tests. Closes PR 1246 --- libexec/ftpd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libexec/ftpd') diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 138909dd3d1..6c39d019047 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2000/07/19 19:28:02 mickey Exp $ +# $OpenBSD: Makefile,v 1.18 2000/09/03 18:41:14 espie Exp $ # $NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 @@ -20,13 +20,13 @@ CFLAGS += -I${LSDIR} # not really used CPPFLAGS+=-DINET6 -.if (${SKEY} == "yes") +.if (${SKEY:L} == "yes") CFLAGS+=-DSKEY LDADD+= -lskey DPADD+= ${LIBSKEY} .endif -.if (${KERBEROS} == "yes") +.if (${KERBEROS:L} == "yes") SRCS+= klogin.c .PATH: ${.CURDIR}/../../usr.bin/login CFLAGS+= -DKERBEROS @@ -34,7 +34,7 @@ LDADD+= -lkafs -lkrb -ldes DPADD+= ${LIBKRB} ${LIBKRB} ${LIBKAFS} .endif -.if (${TCP_WRAPPERS} == "yes") +.if (${TCP_WRAPPERS:L} == "yes") CFLAGS+=-DTCPWRAPPERS LDADD+= -lwrap DPADD+= ${LIBWRAP} -- cgit v1.2.3