Module Name: src Committed By: thorpej Date: Sun Dec 20 05:52:41 UTC 2009
Modified Files: src/external/lib: Makefile Log Message: Build libelf. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/lib/Makefile diff -u src/external/lib/Makefile:1.13 src/external/lib/Makefile:1.14 --- src/external/lib/Makefile:1.13 Mon Nov 2 10:13:19 2009 +++ src/external/lib/Makefile Sun Dec 20 05:52:41 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/11/02 10:13:19 plunky Exp $ +# $NetBSD: Makefile,v 1.14 2009/12/20 05:52:41 thorpej Exp $ # # This Makefile exists to provide a single point to build @@ -31,6 +31,7 @@ SUBDIR+= ../bsd/fetch/lib SUBDIR+= ../bsd/libarchive/lib SUBDIR+= ../bsd/libevent/lib +SUBDIR+= ../bsd/libelf/lib SUBDIR+= ../bsd/am-utils/lib SUBDIR+= ../bsd/bind/lib SUBDIR+= ../bsd/file/lib