summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kf
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.bin/kf
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.bin/kf')
-rw-r--r--kerberosV/usr.bin/kf/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/kerberosV/usr.bin/kf/Makefile b/kerberosV/usr.bin/kf/Makefile
index 7e9c10bc89a..48e0551c8df 100644
--- a/kerberosV/usr.bin/kf/Makefile
+++ b/kerberosV/usr.bin/kf/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2001/06/24 05:45:48 hin Exp $
+# $OpenBSD: Makefile,v 1.2 2002/05/11 00:20:19 espie Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -9,6 +9,8 @@ SRCS= kf.c
.PATH: ${KRB5SRC}/appl/kf
+DPADD+= ${LIBKRB5} ${LIBDES} ${LIBKAFS} ${LIB45} ${LIBKRB} ${LIBASN1} \
+ ${LIBCRYPTO} ${LIBCOM_ERR}
LDADD+= -lkrb5 -ldes -lkafs -l45 -lkrb ${LIBROKEN} -lasn1 -lcrypto -lcom_err
-.include <bsd.prog.mk> \ No newline at end of file
+.include <bsd.prog.mk>