summaryrefslogtreecommitdiff
path: root/bin/rcp/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-09-03 18:41:24 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-09-03 18:41:24 +0000
commit228758662f475a61b9ae4f95b4fa2b910d112a0f (patch)
tree89af97fc39223c1fd3e255e50736787e50dcf6c8 /bin/rcp/Makefile
parent570e744e53b725c62fcaf7d2f8551b4b887c1fd3 (diff)
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
Diffstat (limited to 'bin/rcp/Makefile')
-rw-r--r--bin/rcp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index bdb115fff25..7af01718b8c 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 1997/09/21 11:35:37 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2000/09/03 18:41:11 espie Exp $
PROG= rcp
SRCS= rcp.c util.c
@@ -8,7 +8,7 @@ BINMODE=4555
.include <bsd.own.mk> # For KERBEROS
-.if (${KERBEROS} == "yes")
+.if (${KERBEROS:L} == "yes")
.PATH: ${.CURDIR}/../../usr.bin/rlogin
SRCS+= krcmd.c kcmd.c
CFLAGS+=-DKERBEROS