summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rlogind/Makefile')
-rw-r--r--libexec/rlogind/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
new file mode 100644
index 0000000..639d3f6
--- /dev/null
+++ b/libexec/rlogind/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 8.1 (Berkeley) 6/4/93
+
+PROG= rlogind
+CFLAGS+=-DKERBEROS -DCRYPT
+SRCS= rlogind.c des_rw.c
+MAN8= rlogind.0
+DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES}
+LDADD= -lutil -lkrb -ldes
+.PATH: ${.CURDIR}/../../usr.bin/rlogin
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud