d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
181 B
Makefile
11 lines
181 B
Makefile
|
|
.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>
|