Add -DKERNELSIM so the test cases compile with the kernel simulation.
Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
fdc34af09a
commit
629d50078d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user