diff options
Diffstat (limited to 'tools/regression/geom/GLib/Makefile')
-rw-r--r-- | tools/regression/geom/GLib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/regression/geom/GLib/Makefile b/tools/regression/geom/GLib/Makefile index 0ea6b9a..758cf67 100644 --- a/tools/regression/geom/GLib/Makefile +++ b/tools/regression/geom/GLib/Makefile @@ -7,9 +7,10 @@ SRCS= geom.c geom_bsd.c geom_simdev.c geom_dump.c geom_event.c geom_io.c \ geom_sunlabel.c geom_pc98.c -CFLAGS+= -g -static -W -Wall -CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith +CFLAGS += -g -static -W -Wall +CFLAGS += -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith CFLAGS += -I/usr/local/include/xml -I/usr/src/sys -I.. +CFLAGS += -DKERNELSIM NOPIC = static NOPROFILE = bingo NOOBJ = youbet |