acc37ca1c1
This simplifies make logic/output While here, remove bogus CFLAGS which look for headers in cddl/lib/libumem. There aren't any source files there (just Makefiles) MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
180 B
Makefile
11 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/cddl/compat/opensolaris/lib/libumem
|
|
|
|
LIB= umem
|
|
SRCS= umem.c
|
|
WARNS?= 3
|
|
CFLAGS+= -I${SRCTOP}/cddl/compat/opensolaris/lib/libumem
|
|
|
|
.include <bsd.lib.mk>
|