LDADD libcrypto libasn1 libcom_err libroken

This commit is contained in:
lukem 2004-07-30 06:13:00 +00:00
parent ebad1d2bfc
commit e1d3cfe331
1 changed files with 4 additions and 1 deletions

View File

@ -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