summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-10-09 06:47:57 +0000
committermarkm <markm@FreeBSD.org>1998-10-09 06:47:57 +0000
commit7536318c13652f54be77a72423e75e8318a4c866 (patch)
tree2945f595f318fcec6598fb48acffc94db8872181 /usr.bin/rlogin/Makefile
parenta486b8dd50ee11dd8e42be9103b74c714abcf631 (diff)
downloadFreeBSD-src-7536318c13652f54be77a72423e75e8318a4c866.zip
FreeBSD-src-7536318c13652f54be77a72423e75e8318a4c866.tar.gz
Use KJH's auth.conf parser to turn on/off Kerberos in userland.
Diffstat (limited to 'usr.bin/rlogin/Makefile')
-rw-r--r--usr.bin/rlogin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 7784633..e5ca71f 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.11 1998/09/05 00:31:38 jb Exp $
+# $Id: Makefile,v 1.12 1998/09/19 22:42:05 obrien Exp $
PROG= rlogin
SRCS= rlogin.c
@@ -10,13 +10,13 @@ INSTALLFLAGS=-fschg
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
SRCS+= krcmd.c kcmd.c rcmd_util.c encrypt.c
-DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT}
+DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES} ${LIBCRYPT}
CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
-I${.CURDIR}/../../kerberosIV/include \
-I${.CURDIR}/../../crypto/kerberosIV/include \
-I${.CURDIR}/../../crypto/kerberosIV/lib/roken \
-I${.CURDIR}/../../crypto/kerberosIV/appl/bsd
-LDADD= -lkrb -ldes -lcrypt
+LDADD= -lutil -lkrb -ldes -lcrypt
DISTRIBUTION= krb
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
OpenPOWER on IntegriCloud