From 5bc163461f7e4e30333934692544670519025c31 Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 7 Jun 2010 13:57:20 +0000 Subject: [PATCH] Rump components do not, at least for now, get to tell what's NEEDED. --- sys/rump/dev/lib/libdm/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/rump/dev/lib/libdm/Makefile b/sys/rump/dev/lib/libdm/Makefile index 0e223d610136..5baf480dec9a 100644 --- a/sys/rump/dev/lib/libdm/Makefile +++ b/sys/rump/dev/lib/libdm/Makefile @@ -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 @@ SRCS+= component.c CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs -LDADD+= -lrumpvfs - .include .include