This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / libexec / rlogind / Makefile
index e722414..90254a1 100644 (file)
@@ -2,9 +2,15 @@
 
 PROG=  rlogind
 SRCS=  rlogind.c
 
 PROG=  rlogind
 SRCS=  rlogind.c
-MAN8=  rlogind.0
+MAN8=  rlogind.8
 DPADD= ${LIBUTIL}
 LDADD= -lutil
 .PATH: ${.CURDIR}/../../usr.bin/rlogin
 
 DPADD= ${LIBUTIL}
 LDADD= -lutil
 .PATH: ${.CURDIR}/../../usr.bin/rlogin
 
+.if exists(/usr/lib/libcrypt.a)
+#CFLAGS+=-DCRYPT -DKERBEROS
+DPADD+= ${LIBCRYPT} #${LIBKRB}
+LDADD+= -lcrypt #-lkrb
+.endif
+
 .include <bsd.prog.mk>
 .include <bsd.prog.mk>