summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/GLib/Makefile
blob: 93b9812006ee2903a52a037aa47aba74a2788e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

LIB=	G
SRCS=   geom.c geom_aes.c geom_bsd.c geom_simdev.c geom_dump.c \
	geom_event.c \
	geom_io.c \
	geom_kernsim.c geom_mbr.c geom_simdisk.c geom_enc.c \
	geom_simdisk_xml.c geom_slice.c geom_subr.c subr_sbuf.c \
	geom_sunlabel.c geom_pc98.c


CFLAGS +=	-g -static -W -Wall
CFLAGS +=	-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
CFLAGS +=	-I/usr/src/sys -I..
CFLAGS +=	-DKERNELSIM
NOPIC =		static
NOPROFILE =	bingo
NOOBJ =		youbet
WARNS =		2

.PATH:	/sys/geom .. /sys/kern

.include <bsd.lib.mk>

test:
OpenPOWER on IntegriCloud