summaryrefslogtreecommitdiff
path: root/kerberosV/usr.sbin/kstash
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2002-05-11 00:20:22 +0000
committerMarc Espie <espie@cvs.openbsd.org>2002-05-11 00:20:22 +0000
commit8af263c86ca9069f7b81553ac8eeb857e092bf7b (patch)
tree4c3c0abc671f01208e923407224282de7a99c7f9 /kerberosV/usr.sbin/kstash
parentc5d734d9312af8955fd681c243c46501f2e88049 (diff)
Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
Diffstat (limited to 'kerberosV/usr.sbin/kstash')
-rw-r--r--kerberosV/usr.sbin/kstash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/kerberosV/usr.sbin/kstash/Makefile b/kerberosV/usr.sbin/kstash/Makefile
index ac77da5383c..c7690fcb4f4 100644
--- a/kerberosV/usr.sbin/kstash/Makefile
+++ b/kerberosV/usr.sbin/kstash/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/07/18 20:24:18 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2002/05/11 00:20:20 espie Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -10,6 +10,8 @@ SRCS= kstash.c
.PATH: ${KRB5SRC}/kdc
CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/kadm5
+DPADD+= ${LIBREADLINE} ${LIBCURSES} ${LIBKRB} ${LIBDES} ${LIBHDB} ${LIBKRB5} \
+ ${LIBKADM5SRV} ${LIBKADM5CLNT} ${LIBKAFS}
LDADD+= ${LIBSL} -lreadline -lcurses -lkrb -ldes -lhdb \
-lkrb5 -lkadm5srv -lkadm5clnt ${LIBROKEN} -lkafs