Implement <bsd.prog.mk> vars:

LIBASN1 LIBBSDMALLOC LIBG2C LIBPAM LIBSSH
This commit is contained in:
lukem 2005-01-08 09:53:38 +00:00
parent 68adb09d42
commit 7af4913b70
2 changed files with 14 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.158 2005/01/06 00:42:58 lukem Exp $
# $NetBSD: bsd.README,v 1.159 2005/01/08 09:53:38 lukem Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@ -978,6 +978,8 @@ DPADD Additional dependencies for the program. Usually used for
The following libraries are predefined for DPADD:
LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o
LIBASN1?= ${DESTDIR}/usr/lib/libasn1.a
LIBBSDMALLOC?= ${DESTDIR}/usr/lib/libbsdmalloc.a
LIBBZ2?= ${DESTDIR}/usr/lib/libbz2.a
LIBC?= ${DESTDIR}/usr/lib/libc.a
LIBC_PIC?= ${DESTDIR}/usr/lib/libc_pic.a
@ -995,6 +997,7 @@ DPADD Additional dependencies for the program. Usually used for
LIBEDIT?= ${DESTDIR}/usr/lib/libedit.a
LIBEVENT?= ${DESTDIR}/usr/lib/libevent.a
LIBFORM?= ${DESTDIR}/usr/lib/libform.a
LIBG2C?= ${DESTDIR}/usr/lib/libg2c.a
LIBGCC?= ${DESTDIR}/usr/lib/libgcc.a
LIBGNUMALLOC?= ${DESTDIR}/usr/lib/libgnumalloc.a
LIBGSSAPI?= ${DESTDIR}/usr/lib/libgssapi.a
@ -1015,6 +1018,7 @@ DPADD Additional dependencies for the program. Usually used for
LIBMENU?= ${DESTDIR}/usr/lib/libmenu.a
LIBOBJC?= ${DESTDIR}/usr/lib/libobjc.a
LIBOSSAUDIO?= ${DESTDIR}/usr/lib/libossaudio.a
LIBPAM?= ${DESTDIR}/usr/lib/libpam.a
LIBPCAP?= ${DESTDIR}/usr/lib/libpcap.a
LIBPCI?= ${DESTDIR}/usr/lib/libpci.a
LIBPMC?= ${DESTDIR}/usr/lib/libpmc.a
@ -1029,6 +1033,7 @@ DPADD Additional dependencies for the program. Usually used for
LIBSKEY?= ${DESTDIR}/usr/lib/libskey.a
LIBSL?= ${DESTDIR}/usr/lib/libsl.a
LIBSS?= ${DESTDIR}/usr/lib/libss.a
LIBSSH?= ${DESTDIR}/usr/lib/libssh.a
LIBSSL?= ${DESTDIR}/usr/lib/libssl.a
LIBSTDCXX?= ${DESTDIR}/usr/lib/libstdc++.a
LIBTERMCAP?= ${DESTDIR}/usr/lib/libtermcap.a

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.prog.mk,v 1.202 2004/08/04 05:32:47 lukem Exp $
# $NetBSD: bsd.prog.mk,v 1.203 2005/01/08 09:53:38 lukem Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.ifndef HOSTPROG
@ -59,13 +59,14 @@ LIBCRT0= ${DESTDIR}/usr/lib/crt0.o
# etc..
.for _lib in \
bz2 c c_pic cdk com_err compat crypt crypto crypto_idea \
crypto_mdc2 crypto_rc5 curses dbm des edit event \
form gcc gnumalloc gssapi hdb intl ipsec \
asn1 bsdmalloc bz2 c c_pic cdk com_err compat crypt \
crypto crypto_idea crypto_mdc2 crypto_rc5 \
curses dbm des edit event \
form fl g2c gcc gnumalloc gssapi hdb intl ipsec \
kadm kadm5clnt kadm5srv kafs kdb krb krb5 kstream kvm l \
m magic menu objc ossaudio pcap pci pmc posix pthread pthread_dbg \
resolv rmt roken rpcsvc rt skey sl ss ssl termcap usbhid util \
wrap y z
m magic menu objc ossaudio pam pcap pci pmc posix pthread pthread_dbg \
resolv rmt roken rpcsvc rt skey sl ss ssh ssl termcap \
usbhid util wrap y z
.ifndef LIB${_lib:tu}
LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_lib}.a
.MADE: ${LIB${_lib:tu}} # Note: ${DESTDIR} will be expanded