diff options
| author | lukem <lukem@NetBSD.org> | 2004-07-30 06:13:00 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2004-07-30 06:13:00 +0000 |
| commit | e1d3cfe331a9a6060f6ec6ed77a5d96f3433a4e8 (patch) | |
| tree | 494fd5f492bc93c47fe5161092eb77392ce89c45 | |
| parent | ebad1d2bfc72c3f6930c5d62765c0bff28dfb04e (diff) | |
LDADD libcrypto libasn1 libcom_err libroken
| -rw-r--r-- | lib/libkrb5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libkrb5/Makefile b/lib/libkrb5/Makefile index 7e4a2bced8b..1b55a1b944a 100644 --- a/lib/libkrb5/Makefile +++ b/lib/libkrb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/07/14 07:02:07 jonathan Exp $ +# $NetBSD: Makefile,v 1.30 2004/07/30 06:13:00 lukem Exp $ NOLINT= # defined @@ -11,6 +11,9 @@ WARNS?= 1 LIB= krb5 +LDADD+= -lcrypto -lasn1 -lcom_err -lroken +DPADD+= ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN} + .if ${USETOOLS} != "yes" COMPILEETOBJ!= cd ${NETBSDSRCDIR}/lib/libcom_err/compile_et && ${PRINTOBJDIR} TOOL_COMPILE_ET= ${COMPILEETOBJ}/compile_et |
