summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/zfs/Makefile
blob: 8fe315b38ea8f1b51c9ca96e1d59de8236e635e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

S=		${.CURDIR}/../../zfs

.PATH:		${S}
LIB=		zfsboot
INTERNALLIB=

SRCS+=		zfs.c

CFLAGS+=	-I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
CFLAGS+=	-I${.CURDIR}/../../../../lib/libstand
CFLAGS+=	-I${.CURDIR}/../../../cddl/boot/zfs

CFLAGS+=	-ffreestanding -fPIC
CFLAGS+=	-Wformat -Wall

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud