]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - cddl/lib/libumem/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / cddl / lib / libumem / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
4
5 LIB=    umem
6 SRCS=   umem.c
7 WARNS?= 0
8 CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
9
10 .include <bsd.lib.mk>