Module Name: src
Committed By: matt
Date: Fri Feb 11 06:35:26 UTC 2011
Modified Files:
src/external/gpl2/lvm2/lib/libdevmapper: Makefile
Log Message:
Use LIBDPLIBS
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl2/lvm2/lib/libdevmapper/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/gpl2/lvm2/lib/libdevmapper/Makefile
diff -u src/external/gpl2/lvm2/lib/libdevmapper/Makefile:1.5 src/external/gpl2/lvm2/lib/libdevmapper/Makefile:1.6
--- src/external/gpl2/lvm2/lib/libdevmapper/Makefile:1.5 Thu Dec 23 17:46:55 2010
+++ src/external/gpl2/lvm2/lib/libdevmapper/Makefile Fri Feb 11 06:35:26 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/12/23 17:46:55 christos Exp $
+# $NetBSD: Makefile,v 1.6 2011/02/11 06:35:26 matt Exp $
USE_SHLIBDIR= yes
USE_FORT?= no
@@ -15,7 +15,7 @@
CPPFLAGS+= -D__LIB_DEVMAPPER__
-LDADD+= -lprop
+LIBDPLIBS+= prop ${NETBSDSRCDIR}/lib/libprop
SRCS+= bitset.c hash.c list.c libdm-common.c libdm-file.c \
libdm-deptree.c libdm-string.c libdm-report.c \