This commit is contained in:
itojun 2002-10-23 01:09:50 +00:00
parent 0a52cefa4d
commit 86c2fb8d52
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2002/10/23 01:08:01 itojun Exp $ # $NetBSD: Makefile,v 1.14 2002/10/23 01:09:50 itojun Exp $
NOLINT= # defined NOLINT= # defined
@ -41,7 +41,6 @@ VERS!= cd ${NETBSDSRCDIR}/lib/libvers && ${PRINTOBJDIR}
LDADD+= -lkadm5srv -lhdb -lkrb5 -lcrypto -lasn1 \ LDADD+= -lkadm5srv -lhdb -lkrb5 -lcrypto -lasn1 \
-lcom_err -lsl -ledit -ltermcap -L${VERS} -lvers \ -lcom_err -lsl -ledit -ltermcap -L${VERS} -lvers \
-lroken -lcrypt -lroken -lcrypt
DPADD+= ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBCRYPTO} ${LIBASN1} \ DPADD+= ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBCRYPTO} ${LIBASN1} \
${LIBCOM_ERR} ${LIBSL} ${LIBEDIT} ${LIBTERMCAP} ${VERS}/libvers.a \ ${LIBCOM_ERR} ${LIBSL} ${LIBEDIT} ${LIBTERMCAP} ${VERS}/libvers.a \
${LIBROKEN} ${LIBCRYPT} ${LIBROKEN} ${LIBCRYPT}