summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsh/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/rsh/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/rsh/Makefile')
-rw-r--r--usr.bin/rsh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile
index 264374c..5d545f9 100644
--- a/usr.bin/rsh/Makefile
+++ b/usr.bin/rsh/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.7 1998/09/05 00:32:27 jb Exp $
+# $Id: Makefile,v 1.8 1998/09/19 22:42:05 obrien Exp $
PROG= rsh
SRCS= rsh.c
@@ -13,8 +13,8 @@ CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \
-I${.CURDIR}/../../crypto/kerberosIV/include \
-I${.CURDIR}/../../crypto/kerberosIV/lib/roken \
-I${.CURDIR}/../../crypto/kerberosIV/appl/bsd
-DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT}
-LDADD= -lkrb -ldes -lcrypt
+DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES} ${LIBCRYPT}
+LDADD= -lutil -lkrb -ldes -lcrypt
DISTRIBUTION= krb
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
OpenPOWER on IntegriCloud