diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
commit | 96c19e77ba84863a2a404d16d79dd6b0371529c8 (patch) | |
tree | 17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/rlogind | |
parent | 9d31fc7ba269aeec27e48eafb53d61731801c82b (diff) | |
download | FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.zip FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.tar.gz |
Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
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 639d3f6..7cc189a 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> |