Module Name: src
Committed By: haad
Date: Mon Feb 22 20:05:03 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libnvpair: Makefile
Log Message:
Revert lib_nvpair hack now when it is not needed when njoly@ commited his fix to
bsd.lib.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/lib/libnvpair/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/cddl/osnet/lib/libnvpair/Makefile
diff -u src/external/cddl/osnet/lib/libnvpair/Makefile:1.4 src/external/cddl/osnet/lib/libnvpair/Makefile:1.5
--- src/external/cddl/osnet/lib/libnvpair/Makefile:1.4 Sun Feb 21 01:46:35 2010
+++ src/external/cddl/osnet/lib/libnvpair/Makefile Mon Feb 22 20:05:03 2010
@@ -1,17 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2010/02/21 01:46:35 darran Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/22 20:05:03 haad Exp $
.PATH: ${.CURDIR}/../../dist/lib/libnvpair
.PATH: ${.CURDIR}/../../dist/common/nvpair
LIB= nvpair
-SRCS= lib_nvpair.c nvpair_alloc_system.c nvpair_alloc_fixed.c nvpair.c
-
-lib_nvpair.c: libnvpair.c
- @rm -f ${.TARGET}
- @ln -s ${.ALLSRC} ${.TARGET}
-
-CLEANFILES+=lib_nvpair.c
+SRCS= libnvpair.c nvpair_alloc_system.c nvpair_alloc_fixed.c nvpair.c
.include "../../Makefile.zfs"
.include <bsd.lib.mk>