freebsd-dev/cddl/lib/libumem/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
193 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/cddl/compat/opensolaris/lib/libumem
PACKAGE= zfs
LIB= umem
SRCS= umem.c
WARNS?= 3
CFLAGS+= -I${SRCTOP}/cddl/compat/opensolaris/lib/libumem
.include <bsd.lib.mk>