diff options
| author | maxv <maxv@NetBSD.org> | 2018-07-12 06:52:48 +0000 |
|---|---|---|
| committer | maxv <maxv@NetBSD.org> | 2018-07-12 06:52:48 +0000 |
| commit | a0ee55de713bd37ae8199a7b6c6056ac1bad8b91 (patch) | |
| tree | 200157946de878996ce1c2fbbbd086dfcb4235bb /lib/Makefile | |
| parent | 377bbfc9195faa0f9d574f851b0003ecb29d7560 (diff) | |
Retire libpmc. It uses the legacy PMC interface in the kernel, which has
support for only one ARM CPU. It used to have x86 support, but it was broken
and I removed it. The legacy PMC interface will be removed from the kernel
too. Sent on tech-kern@ yesterday, thorpej was fine.
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 9bfaea6c34c..2cfc7fdb481 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.258 2018/06/28 10:14:27 christos Exp $ +# $NetBSD: Makefile,v 1.259 2018/07/12 06:52:49 maxv Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -24,7 +24,7 @@ SUBDIR+= libarch \ libbluetooth libbsdmalloc libbz2 \ libcompat libcrypt \ libintl libipsec libkvm libm \ - libossaudio libpci libpmc libposix libprop libpthread \ + libossaudio libpci libposix libprop libpthread \ libpuffs libresolv librmt librpcsvc librt \ libtelnet libterminfo \ libusbhid libutil libwrap liby libz |
