]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - cddl/lib/libumem/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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 CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
8
9 .include <bsd.lib.mk>