summaryrefslogtreecommitdiff
path: root/cddl/lib/libumem/Makefile
blob: 512332275fecc4204d7384fae1c91b9a9b5eeeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
.PATH: ${SRCTOP}/cddl/compat/opensolaris/lib/libumem

PACKAGE=	zfs
LIB_PACKAGE=

LIB=	umem
SRCS=	umem.c
WARNS?=	3
CFLAGS+= -I${SRCTOP}/cddl/compat/opensolaris/lib/libumem

.include <bsd.lib.mk>