Source-Changes-HG archive

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

[src/trunk]: src/lib Make liblzf and the lvm2 libraries during the library st...



details:   https://anonhg.NetBSD.org/src/rev/9a05c69b725e
branches:  trunk
changeset: 761922:9a05c69b725e
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Feb 10 20:57:22 2011 +0000

description:
Make liblzf and the lvm2 libraries during the library stage.  This also makes
them get built for MKCOMPAT.

diffstat:

 lib/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 832f60c96c16 -r 9a05c69b725e lib/Makefile
--- a/lib/Makefile      Thu Feb 10 20:56:02 2011 +0000
+++ b/lib/Makefile      Thu Feb 10 20:57:22 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index