aboutsummaryrefslogtreecommitdiff
path: root/libexec/rshd/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-27 12:39:25 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-27 12:39:25 +0000
commitea022d1687fe11220adeb9cacec1f8d0333e970a (patch)
treef67bf5badf439a8ce9d3329b06a0be2f2f635a50 /libexec/rshd/Makefile
parent9b50d9027575220cb6dd09b3e62f03f511e908b8 (diff)
BSD 4.4 Lite Libexec Sources
Notes
Notes: svn path=/vendor/CSRG/dist/; revision=1592
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 000000000000..0b448aa07f34
--- /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>