diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 07:33:40 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 07:33:40 +0000 |
commit | 902aea8fbab996082fb4a948a6845ba429bb7289 (patch) | |
tree | 371112ff414db8f6b2e99b6db23439438efeb085 /usr.bin | |
parent | 9f00376c1f200bcad5a8ec1fa2e2c3209557fa47 (diff) |
Remove krb4 support.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rsh/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index cf593094f1c..fd08dd2122f 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2002/05/06 22:23:53 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2003/05/14 07:33:39 mho Exp $ PROG= rsh SRCS= rsh.c @@ -7,12 +7,12 @@ BINMODE=4555 .include <bsd.own.mk> # For KERBEROS -.if (${KERBEROS:L} == "yes") -SRCS+= des_rw.c -CFLAGS+=-DKERBEROS -SRCS+= krcmd.c kcmd.c -LDADD+= -lkrb -ldes -DPADD+= ${LIBKRB} ${LIBDES} -.endif +#.if (${KERBEROS:L} == "yes") +#SRCS+= des_rw.c +#CFLAGS+=-DKERBEROS +#SRCS+= krcmd.c kcmd.c +#LDADD+= -lkrb -ldes +#DPADD+= ${LIBKRB} ${LIBDES} +#.endif .include <bsd.prog.mk> |