summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/kadmind
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-09-26 02:36:08 +0000
committergibbs <gibbs@FreeBSD.org>1995-09-26 02:36:08 +0000
commitc24015b33ad8ec6a18acf480c18b80e7f52aad94 (patch)
treedcc5a97dde043098cbfad2c03bf7a8ba9492a678 /eBones/usr.sbin/kadmind
parent60214bed22d239c26b17244e51678cdef7721b28 (diff)
downloadFreeBSD-src-c24015b33ad8ec6a18acf480c18b80e7f52aad94.zip
FreeBSD-src-c24015b33ad8ec6a18acf480c18b80e7f52aad94.tar.gz
Add -L paths for all locally built eBones libraries. Many of the programs
already did this, but this catches the straglers.
Diffstat (limited to 'eBones/usr.sbin/kadmind')
-rw-r--r--eBones/usr.sbin/kadmind/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/eBones/usr.sbin/kadmind/Makefile b/eBones/usr.sbin/kadmind/Makefile
index 37222ef..6245776 100644
--- a/eBones/usr.sbin/kadmind/Makefile
+++ b/eBones/usr.sbin/kadmind/Makefile
@@ -1,10 +1,11 @@
-# $Id: Makefile,v 1.4 1995/09/13 17:24:18 markm Exp $
+# $Id: Makefile,v 1.5 1995/09/14 04:09:38 gibbs Exp $
PROG= kadmind
SRCS= admin_server.c kadm_funcs.c kadm_ser_wrap.c kadm_server.c
CFLAGS+=-DPOSIX -I${.CURDIR}/../../lib/libkadm
DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
-LDADD+= -lkadm -lkdb -lkrb -ldes -lacl -lcom_err
+LDADD+= -L${KADMOBJDIR} -lkadm -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb \
+ -L${DESOBJDIR} -ldes -L${ACLOBJDIR} -lacl -lcom_err
MAN8= kadmind.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud