diff options
author | phk <phk@FreeBSD.org> | 2002-04-24 21:00:50 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-04-24 21:00:50 +0000 |
commit | 58cdadc9ad1b2a83fac1cada6aebb9a313c560a9 (patch) | |
tree | d961ef40a2f5f47fbc4a28217e5d00169652ce7b /tools | |
parent | 155395406f6c005d008fc9e10472301c01405b92 (diff) | |
download | FreeBSD-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.inc | 1 |
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 |