Deleted Added
full compact
Makefile (168792) Makefile (177674)
1# $FreeBSD: head/cddl/lib/libumem/Makefile 168792 2007-04-16 21:20:26Z ru $
1# $FreeBSD: head/cddl/lib/libumem/Makefile 177674 2008-03-27 23:21:25Z jb $
2
2
3.PATH: ${.CURDIR}/../../../compat/opensolaris/lib/libumem
3.PATH: ${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
4
5LIB= umem
6SRCS= umem.c
4
5LIB= umem
6SRCS= umem.c
7CFLAGS+= -I${.CURDIR}/../../../compat/opensolaris/lib/libumem
7CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
8
9.include <bsd.lib.mk>
8
9.include <bsd.lib.mk>