Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add LIBPMC.
details: https://anonhg.NetBSD.org/src/rev/98eea8d47112
branches: trunk
changeset: 535039:98eea8d47112
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Aug 09 00:21:22 2002 +0000
description:
Add LIBPMC.
diffstat:
share/mk/bsd.README | 3 ++-
share/mk/bsd.prog.mk | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 02b0007eccda -r 98eea8d47112 share/mk/bsd.README
--- a/share/mk/bsd.README Fri Aug 09 00:18:30 2002 +0000
+++ b/share/mk/bsd.README Fri Aug 09 00:21:22 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.99 2002/06/09 04:04:32 itojun Exp $
+# $NetBSD: bsd.README,v 1.100 2002/08/09 00:21:22 thorpej Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@@ -498,6 +498,7 @@
LIBPCAP?= ${DESTDIR}/usr/lib/libpcap.a
LIBPCI?= ${DESTDIR}/usr/lib/libpci.a
LIBPLOT?= ${DESTDIR}/usr/lib/libplot.a
+ LIBPMC?= ${DESTDIR}/usr/lib/libpmc.a
LIBPOSIX?= ${DESTDIR}/usr/lib/libposix.a
LIBRESOLV?= ${DESTDIR}/usr/lib/libresolv.a
LIBRMT?= ${DESTDIR}/usr/lib/librmt.a
diff -r 02b0007eccda -r 98eea8d47112 share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk Fri Aug 09 00:18:30 2002 +0000
+++ b/share/mk/bsd.prog.mk Fri Aug 09 00:21:22 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prog.mk,v 1.155 2002/03/27 05:40:54 eeh Exp $
+# $NetBSD: bsd.prog.mk,v 1.156 2002/08/09 00:21:22 thorpej Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.include <bsd.init.mk>
@@ -46,8 +46,8 @@
BZ2 C C_PIC CDK COM_ERR COMPAT CRYPT CRYPTO CRYPTO_RC5 CRYPTO_IDEA \
CURSES DBM DES EDIT FORM GCC GNUMALLOC GSSAPI HDB INTL IPSEC \
KADM KADM5CLNT KADM5SRV KAFS KDB KRB KRB5 KSTREAM KVM L M MENU \
- OBJC OSSAUDIO PCAP PCI POSIX RESOLV RMT ROKEN RPCSVC SKEY SS SSL SL \
- TERMCAP TELNET USBHID UTIL WRAP Y Z
+ OBJC OSSAUDIO PCAP PCI PMC POSIX RESOLV RMT ROKEN RPCSVC SKEY SS SSL \
+ SL TERMCAP TELNET USBHID UTIL WRAP Y Z
.for _n in ${__bsd_prog_mk_system_libs}
.ifndef LIB${_n}
Home |
Main Index |
Thread Index |
Old Index