Module Name: src Committed By: matt Date: Thu Feb 10 20:57:23 UTC 2011
Modified Files: src/lib: Makefile Log Message: Make liblzf and the lvm2 libraries during the library stage. This also makes them get built for MKCOMPAT. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/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/lib/Makefile diff -u src/lib/Makefile:1.162 src/lib/Makefile:1.163 --- src/lib/Makefile:1.162 Tue Feb 8 03:20:15 2011 +++ src/lib/Makefile Thu Feb 10 20:57:22 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2011/02/08 03:20:15 haad Exp $ +# $NetBSD: Makefile,v 1.163 2011/02/10 20:57:22 matt Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -59,6 +59,7 @@ SUBDIR+= ../external/bsd/libdwarf/lib SUBDIR+= ../external/bsd/libelf/lib SUBDIR+= ../external/bsd/libevent/lib +SUBDIR+= ../external/bsd/liblzf/lib SUBDIR+= ../external/bsd/libpcap/lib SUBDIR+= ../external/mit/lua/lib @@ -105,6 +106,10 @@ SUBDIR+= ../external/bsd/libarchive/lib # depends on libxz +.if (${MKLVM} != "no") +SUBDIR+= ../external/gpl2/lvm2/lib # depends on libprop +.endif + .if (${MKBINUTILS} != "no") SUBDIR+= ../external/gpl3/binutils/lib # libbfd depends on libz .endif