Module Name: src
Committed By: pooka
Date: Mon Jun 7 13:57:20 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libdm: Makefile
Log Message:
Rump components do not, at least for now, get to tell what's NEEDED.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libdm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/dev/lib/libdm/Makefile
diff -u src/sys/rump/dev/lib/libdm/Makefile:1.2 src/sys/rump/dev/lib/libdm/Makefile:1.3
--- src/sys/rump/dev/lib/libdm/Makefile:1.2 Tue Feb 16 20:42:45 2010
+++ src/sys/rump/dev/lib/libdm/Makefile Mon Jun 7 13:57:20 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/02/16 20:42:45 pooka Exp $
+# $NetBSD: Makefile,v 1.3 2010/06/07 13:57:20 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../dev/dm
@@ -12,7 +12,5 @@
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
-LDADD+= -lrumpvfs
-
.include <bsd.lib.mk>
.include <bsd.klinks.mk>