aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libumem/Makefile
blob: ca8f5e6659203133baadd5b6f98d33e8362135c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH: ${SRCTOP}/cddl/compat/opensolaris/lib/libumem

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

.include <bsd.lib.mk>