aboutsummaryrefslogtreecommitdiff
path: root/libexec/rshd
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
commit2a3c26c889c75ccac7691214370e683e89309883 (patch)
tree17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/rshd
parentcad15b000e72c0868a62e463cabef667c17a1d18 (diff)
downloadsrc-2a3c26c889c75ccac7691214370e683e89309883.tar.gz
src-2a3c26c889c75ccac7691214370e683e89309883.zip
Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
Notes
Notes: svn path=/head/; revision=1875
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 0b448aa07f34..47b80f2e731d 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>