Module Name: src
Committed By: haad
Date: Mon May 10 06:27:57 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libumem: Makefile
Log Message:
Disable building of stub_stand.c we build all locking primitives in libzpool.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/lib/libumem/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/libumem/Makefile
diff -u src/external/cddl/osnet/lib/libumem/Makefile:1.4 src/external/cddl/osnet/lib/libumem/Makefile:1.5
--- src/external/cddl/osnet/lib/libumem/Makefile:1.4 Sun Feb 28 22:45:45 2010
+++ src/external/cddl/osnet/lib/libumem/Makefile Mon May 10 06:27:57 2010
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2010/02/28 22:45:45 haad Exp $
+# $NetBSD: Makefile,v 1.5 2010/05/10 06:27:57 haad Exp $
LIB= umem
-SRCS= umem.c stub_stand.c
+SRCS= umem.c
.include "../../Makefile.zfs"
.include <bsd.lib.mk>