summaryrefslogtreecommitdiffstats
path: root/bin/rcp/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-10-09 06:31:45 +0000
committermarkm <markm@FreeBSD.org>1998-10-09 06:31:45 +0000
commit79f5d6d3ccabbef03bb521b83cf0c5633862e5e6 (patch)
tree1b4541058ff4216be6ae3726d3f002a5205758cd /bin/rcp/Makefile
parent927ef14a2ff9d6f8955bac66c59718ecd5cce17b (diff)
downloadFreeBSD-src-79f5d6d3ccabbef03bb521b83cf0c5633862e5e6.zip
FreeBSD-src-79f5d6d3ccabbef03bb521b83cf0c5633862e5e6.tar.gz
Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.
Diffstat (limited to 'bin/rcp/Makefile')
-rw-r--r--bin/rcp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index f604da7..e8db7dc 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id$
+# $Id: Makefile,v 1.11 1998/08/06 21:35:04 markm Exp $
PROG= rcp
SRCS= rcp.c util.c
@@ -7,13 +7,13 @@ CFLAGS+=-Wall
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
SRCS+= krcmd.c kcmd.c rcmd_util.c encrypt.c
-DPADD= ${LIBKRB} ${LIBDES}
+DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES}
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
+LDADD= -lutil -lkrb -ldes
DISTRIBUTION= krb
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
OpenPOWER on IntegriCloud