summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rshd/Makefile')
-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