Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/tmac Add libpmc.



details:   https://anonhg.NetBSD.org/src/rev/02b0007eccda
branches:  trunk
changeset: 535038:02b0007eccda
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Aug 09 00:18:30 2002 +0000

description:
Add libpmc.

diffstat:

 share/tmac/doc-syms |  3 ++-
 share/tmac/doc2html |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 6d9fec322f2b -r 02b0007eccda share/tmac/doc-syms
--- a/share/tmac/doc-syms       Fri Aug 09 00:16:38 2002 +0000
+++ b/share/tmac/doc-syms       Fri Aug 09 00:18:30 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-syms,v 1.71 2002/05/14 18:26:37 bjh21 Exp $
+.\"    $NetBSD: doc-syms,v 1.72 2002/08/09 00:18:30 thorpej Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -460,6 +460,7 @@
 .if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)
 .if "\\$1"libpcap" \&Packet Capture Library (libpcap, -lpcap)
 .if "\\$1"libpci" \&PCI Bus Access Library (libpci, -lpci)
+.if "\\$1"libpmc" \&Performance Counters Library (libpmc, -lpmc)
 .if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
 .if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
 .if "\\$1"libtermcap" \&Termcap Access Library (libtermcap, -ltermcap)
diff -r 6d9fec322f2b -r 02b0007eccda share/tmac/doc2html
--- a/share/tmac/doc2html       Fri Aug 09 00:16:38 2002 +0000
+++ b/share/tmac/doc2html       Fri Aug 09 00:18:30 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.38 2002/05/27 17:46:55 bjh21 Exp $
+.\" $NetBSD: doc2html,v 1.39 2002/08/09 00:18:30 thorpej Exp $
 .\"
 .\" Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -587,6 +587,7 @@
 .if "\\$1"libmenu" \&Curses Menu Library (libmenu, -lmenu)
 .if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)
 .if "\\$1"libpci" \&PCI Bus Access Library (libpci, -lpci)
+.if "\\$1"libpmc" \&Performance Counters Library (libpmc, -lpmc)
 .if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
 .if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
 .if "\\$1"libtermcap" \&Termcap Access Library (libtermcap, -ltermcap)



Home | Main Index | Thread Index | Old Index