summaryrefslogtreecommitdiffstats
path: root/libexec/rshd
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
commit96c19e77ba84863a2a404d16d79dd6b0371529c8 (patch)
tree17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/rshd
parent9d31fc7ba269aeec27e48eafb53d61731801c82b (diff)
downloadFreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.zip
FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.tar.gz
Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
Diffstat (limited to 'libexec/rshd')
-rw-r--r--libexec/rshd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index 0b448aa..47b80f2 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= rshd
-CFLAGS+=-DKERBEROS -DCRYPT
-SRCS= rshd.c des_rw.c
-MAN8= rshd.0
-DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -lkrb -ldes
+#CFLAGS+=-DKERBEROS -DCRYPT
+SRCS= rshd.c #des_rw.c
+MAN8= rshd.8
+#DPADD= ${LIBKRB} ${LIBDES}
+#LDADD= -lkrb -ldes
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud