summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-24 21:00:50 +0000
committerphk <phk@FreeBSD.org>2002-04-24 21:00:50 +0000
commit58cdadc9ad1b2a83fac1cada6aebb9a313c560a9 (patch)
treed961ef40a2f5f47fbc4a28217e5d00169652ce7b /tools
parent155395406f6c005d008fc9e10472301c01405b92 (diff)
downloadFreeBSD-src-58cdadc9ad1b2a83fac1cada6aebb9a313c560a9.zip
FreeBSD-src-58cdadc9ad1b2a83fac1cada6aebb9a313c560a9.tar.gz
Add -DKERNELSIM so the test cases compile with the kernel simulation.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/geom/Test/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/regression/geom/Test/Makefile.inc b/tools/regression/geom/Test/Makefile.inc
index 8d1caba..9e43900 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
OpenPOWER on IntegriCloud