Catch up with recent events.

Sponsored by:	DARPA & NAI Labs.
This commit is contained in:
Poul-Henning Kamp 2002-05-19 18:57:03 +00:00
parent ecdd3d1cab
commit 425b005dba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96951
4 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -7,4 +7,4 @@ SUBDIR+= T010 T011 T012 T013 T014
.include <bsd.subdir.mk>
test: _SUBDIRUSE
test: _SUBDIR

View File

@ -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>