From 629d50078d8e8e84cf9849bd0799cf1bbe1270e0 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 24 Apr 2002 21:00:50 +0000 Subject: [PATCH] Add -DKERNELSIM so the test cases compile with the kernel simulation. Sponsored by: DARPA & NAI Labs. --- tools/regression/geom/Test/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/regression/geom/Test/Makefile.inc b/tools/regression/geom/Test/Makefile.inc index 8d1caba7fa25..9e43900e02f2 100644 --- a/tools/regression/geom/Test/Makefile.inc +++ b/tools/regression/geom/Test/Makefile.inc @@ -5,6 +5,7 @@ NOMAN = no NOOBJ = youbet CFLAGS += -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes CFLAGS += -Wpointer-arith -static -I/usr/src/sys -I../.. +CFLAGS += -DKERNELSIM LDADD += -L../../GLib -lG LDADD += -L/usr/local/lib -lexpat DPADD += ../../GLib/libG.a