]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - cddl/lib/libumem/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>