summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rshd/Makefile')
-rw-r--r--libexec/rshd/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
new file mode 100644
index 0000000..0b448aa
--- /dev/null
+++ b/libexec/rshd/Makefile
@@ -0,0 +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
+.PATH: ${.CURDIR}/../../usr.bin/rlogin
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud