diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-05-11 00:20:22 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-05-11 00:20:22 +0000 |
commit | 8af263c86ca9069f7b81553ac8eeb857e092bf7b (patch) | |
tree | 4c3c0abc671f01208e923407224282de7a99c7f9 /kerberosV/libexec/ipropd-slave | |
parent | c5d734d9312af8955fd681c243c46501f2e88049 (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/libexec/ipropd-slave')
-rw-r--r-- | kerberosV/libexec/ipropd-slave/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kerberosV/libexec/ipropd-slave/Makefile b/kerberosV/libexec/ipropd-slave/Makefile index d5e60c35778..438a3ea00a8 100644 --- a/kerberosV/libexec/ipropd-slave/Makefile +++ b/kerberosV/libexec/ipropd-slave/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/03/04 23:26:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2002/05/11 00:20:19 espie Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -11,6 +11,8 @@ NOMAN= .PATH: ${KRB5SRC}/lib/kadm5 CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/kadm5 +DPADD+= ${LIBHDB} ${LIBKADM5SRV} ${LIBKRB5} ${LIBKRB} ${LIBKDB} ${LIBASN1} \ + ${LIBCRYPTO} ${LIBCOM_ERR} ${LIBKAFS} ${LIBUTIL} ${LIBDES} LDADD+= -lhdb -lkadm5srv -lkrb5 -lkrb -lkdb ${LIBROKEN} -lasn1 -lcrypto \ -lcom_err -lhdb -lkafs -lutil -ldes |