]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/lib/libumem/Makefile
MFC r314654:
[FreeBSD/stable/10.git] / cddl / lib / libumem / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/cddl/compat/opensolaris/lib/libumem
4
5 LIB=    umem
6 SRCS=   umem.c
7 WARNS?= 3
8 CFLAGS+= -I${SRCTOP}/cddl/compat/opensolaris/lib/libumem
9
10 .include <bsd.lib.mk>