diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 07:35:32 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 07:35:32 +0000 |
commit | df641737b396565ba1884e8e387cefd6834078ae (patch) | |
tree | 3689f0c22add711712cc0f5be20066f762ef97aa | |
parent | 902aea8fbab996082fb4a948a6845ba429bb7289 (diff) |
Remove krb4 support.
-rw-r--r-- | libexec/rshd/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index f497dd94141..0df4c7d7c3b 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/05/06 22:23:53 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2003/05/14 07:35:31 mho Exp $ PROG= rshd SRCS= rshd.c @@ -7,12 +7,12 @@ CFLAGS+= -Wall -Wno-unused .include <bsd.own.mk> -.if (${KERBEROS:L} == "yes") -SRCS+= des_rw.c -.PATH: ${.CURDIR}/../../usr.bin/rsh -CFLAGS+=-DKERBEROS -DPADD+= ${LIBKRB} ${LIBDES} -LDADD+= -lkrb -ldes -.endif +#.if (${KERBEROS:L} == "yes") +#SRCS+= des_rw.c +#.PATH: ${.CURDIR}/../../usr.bin/rsh +#CFLAGS+=-DKERBEROS +#DPADD+= ${LIBKRB} ${LIBDES} +#LDADD+= -lkrb -ldes +#.endif .include <bsd.prog.mk> |