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

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

LIB=	umem
SRCS=	umem.c
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem

.include <bsd.lib.mk>