summaryrefslogtreecommitdiff
path: root/libexec/rlogind
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/rlogind
parentcad15b000e72c0868a62e463cabef667c17a1d18 (diff)
Notes
Diffstat (limited to 'libexec/rlogind')
-rw-r--r--libexec/rlogind/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index 639d3f65cf8e..7cc189a6be77 100644
--- a/libexec/rlogind/Makefile
+++ b/libexec/rlogind/Makefile
@@ -1,11 +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
+#CFLAGS+=-DKERBEROS -DCRYPT
+SRCS= rlogind.c #des_rw.c
+MAN8= rlogind.8
+DPADD= ${LIBUTIL} #${LIBKRB} ${LIBDES}
+LDADD= -lutil #-lkrb -ldes
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>