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:
parent
284f30f020
commit
8c5fe271ac
|
@ -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>
|
.include <bsd.own.mk>
|
||||||
|
@ -21,8 +21,7 @@ LDADD+= -lrumpvfs
|
||||||
LDADD+= -lrump -lrumpuser -lpthread
|
LDADD+= -lrump -lrumpuser -lpthread
|
||||||
|
|
||||||
# required by -DPUFFSDUMP
|
# required by -DPUFFSDUMP
|
||||||
LDADD+= -lpuffs -lutil
|
#LDADD+= -lpuffs -lutil
|
||||||
CPPFLAGS+= -I/home/pooka/src/curpuffs/libpuffs
|
|
||||||
|
|
||||||
WARNS=2
|
WARNS=2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue