summaryrefslogtreecommitdiff
path: root/usr.bin/rsh/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-19 21:26:35 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-19 21:26:35 +0000
commit60f0cc8b06f6b2a732dba45282047230a78eab47 (patch)
tree095b6ccdab3a498288710207dff5b8c76acad921 /usr.bin/rsh/Makefile
parent11de9e6ceccf61da35fe169021912e46267d7f74 (diff)
Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
Diffstat (limited to 'usr.bin/rsh/Makefile')
-rw-r--r--usr.bin/rsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile
index c9958fe03ab..8664d7c31c1 100644
--- a/usr.bin/rsh/Makefile
+++ b/usr.bin/rsh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1996/06/26 05:38:48 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 1997/04/19 21:26:29 millert Exp $
PROG= rsh
SRCS= rsh.c
@@ -7,7 +7,7 @@ BINMODE=4555
.include <bsd.own.mk> # For KERBEROS
-.if defined(KERBEROS)
+.if (${KERBEROS} == "yes")
SRCS+= des_rw.c
.PATH: ${.CURDIR}/../rlogin
CFLAGS+=-DKERBEROS