diff options
| author | jmmv <jmmv@NetBSD.org> | 2007-11-12 14:56:24 +0000 |
|---|---|---|
| committer | jmmv <jmmv@NetBSD.org> | 2007-11-12 14:56:24 +0000 |
| commit | 096ebe7672302ac2bc7b430229aa111de4ecacda (patch) | |
| tree | 66db42d9a2bf1dbf6edeb5dd835e88900e733898 /lib/Makefile | |
| parent | 2965cbca980a5378b7c8936e67ea177f3af368ae (diff) | |
Add the libatf library
This adds reachover Makefiles to build the libatf library and enables it in
the parent Makefile.
Things to review in this change:
* Add proper version numbers in the shlib_version files.
* Is libatf properly listed in lib/Makefile? It theoretically needs
libstdc++, but the resulting binary library is not linked against it.
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 e0b90541b77..8c833ddeb69 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.119 2007/11/05 04:58:52 tls Exp $ +# $NetBSD: Makefile,v 1.120 2007/11/12 14:56:24 jmmv Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> -SUBDIR= csu libc .WAIT libarch libbsdmalloc libbluetooth libbz2 \ +SUBDIR= csu libc .WAIT libarch libatf libbsdmalloc libbluetooth libbz2 \ libcompat libcrypt \ libcurses libevent libform libintl libkvm libl libm \ libmenu libossaudio libpcap libpci libpmc libposix libprop libpthread \ |
