Remove accidentally committed part (which I need to run these tests

for a -current rump kernel on NetBSD 5.1)
This commit is contained in:
pooka 2010-11-12 17:35:34 +00:00
parent 284f30f020
commit 8c5fe271ac
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2010/11/12 17:33:28 pooka Exp $
# $NetBSD: Makefile,v 1.13 2010/11/12 17:35:34 pooka Exp $
#
.include <bsd.own.mk>
@ -21,8 +21,7 @@ LDADD+= -lrumpvfs
LDADD+= -lrump -lrumpuser -lpthread
# required by -DPUFFSDUMP
LDADD+= -lpuffs -lutil
CPPFLAGS+= -I/home/pooka/src/curpuffs/libpuffs
#LDADD+= -lpuffs -lutil
WARNS=2