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