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

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

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

.include <bsd.lib.mk>