2002-03-17 18:53:58 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= G
|
|
|
|
SRCS= geom.c geom_bsd.c geom_simdev.c geom_dump.c geom_event.c geom_io.c \
|
2002-03-24 11:22:06 +00:00
|
|
|
geom_kernsim.c geom_mbr.c geom_simdisk.c geom_enc.c \
|
2002-03-17 18:53:58 +00:00
|
|
|
geom_simdisk_xml.c geom_slice.c geom_subr.c subr_sbuf.c \
|
|
|
|
geom_sunlabel.c
|
|
|
|
|
|
|
|
|
|
|
|
CFLAGS+= -g -static -W -Wall
|
|
|
|
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
|
2002-03-17 19:16:14 +00:00
|
|
|
CFLAGS += -I/usr/local/include/xml -I/usr/src/sys -I..
|
2002-03-17 18:53:58 +00:00
|
|
|
NOPIC = static
|
|
|
|
NOPROFILE = bingo
|
|
|
|
NOOBJ = youbet
|
|
|
|
WARNS = 2
|
|
|
|
LDADD +=r -L/usr/local/lib -lexpat
|
|
|
|
|
|
|
|
VPATH+= /sys/geom:..:/sys/kern
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|
|
|
|
test:
|