diff options
Diffstat (limited to 'libexec/rshd/Makefile')
-rw-r--r-- | libexec/rshd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index a23e8e751f5..34ceca9eb50 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.4 1998/05/15 04:28:25 art Exp $ +# $Id: Makefile,v 1.5 2000/09/03 18:41:15 espie Exp $ PROG= rshd SRCS= rshd.c @@ -8,7 +8,7 @@ CFLAGS+= -Wall -Wno-unused .include <bsd.own.mk> -.if (${KERBEROS} == "yes") +.if (${KERBEROS:L} == "yes") SRCS+= des_rw.c .PATH: ${.CURDIR}/../../usr.bin/rlogin CFLAGS+=-DKERBEROS |