diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
| commit | 2a3c26c889c75ccac7691214370e683e89309883 (patch) | |
| tree | 17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/rlogind | |
| parent | cad15b000e72c0868a62e463cabef667c17a1d18 (diff) | |
Notes
Diffstat (limited to 'libexec/rlogind')
| -rw-r--r-- | libexec/rlogind/Makefile | 10 |
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> |
