Source-Changes-HG archive

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

[src/trunk]: src/external/lib Add libdwarf to the build.



details:   https://anonhg.NetBSD.org/src/rev/2ce0bd05d473
branches:  trunk
changeset: 750281:2ce0bd05d473
user:      darran <darran%NetBSD.org@localhost>
date:      Wed Dec 23 00:17:40 2009 +0000

description:
Add libdwarf to the build.

diffstat:

 external/lib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d2c603ead43a -r 2ce0bd05d473 external/lib/Makefile
--- a/external/lib/Makefile     Wed Dec 23 00:12:57 2009 +0000
+++ b/external/lib/Makefile     Wed Dec 23 00:17:40 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2009/12/20 05:52:41 thorpej Exp $
+#      $NetBSD: Makefile,v 1.15 2009/12/23 00:17:40 darran Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -32,6 +32,7 @@
 SUBDIR+= ../bsd/libarchive/lib
 SUBDIR+= ../bsd/libevent/lib
 SUBDIR+= ../bsd/libelf/lib
+SUBDIR+= ../bsd/libdwarf/lib
 SUBDIR+= ../bsd/am-utils/lib
 SUBDIR+= ../bsd/bind/lib
 SUBDIR+= ../bsd/file/lib



Home | Main Index | Thread Index | Old Index