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