From 8c5fe271ac8ee28299eb2cf9222e96cfd4d68fc2 Mon Sep 17 00:00:00 2001 From: pooka Date: Fri, 12 Nov 2010 17:35:34 +0000 Subject: [PATCH] Remove accidentally committed part (which I need to run these tests for a -current rump kernel on NetBSD 5.1) --- tests/fs/puffs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/fs/puffs/Makefile b/tests/fs/puffs/Makefile index f02e145029ef..15d8526fbad1 100644 --- a/tests/fs/puffs/Makefile +++ b/tests/fs/puffs/Makefile @@ -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 @@ -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