Catch up with recent events.
Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
ac045ec61f
commit
aa08c897e4
@ -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
|
||||
|
@ -4,7 +4,8 @@ SUBDIR+= ConfCmp GLib Test
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
test: all _SUBDIRUSE
|
||||
test: all _SUBDIR
|
||||
|
||||
|
||||
toflat:
|
||||
scp *.c *.h *.sh Makefile root@flat:/sys/geom
|
||||
|
@ -7,4 +7,4 @@ SUBDIR+= T010 T011 T012 T013 T014
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
test: _SUBDIRUSE
|
||||
test: _SUBDIR
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <err.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/stat.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user