mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 16:14:58 -04:00
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
235 B
Makefile
11 lines
235 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/avl
|
|
|
|
LIB= avl
|
|
SRCS= avl.c
|
|
WARNS?= 3
|
|
CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris
|
|
CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common
|
|
|
|
.include <bsd.lib.mk>
|