mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
src/cddl and src/sys/cddl directories per the core@ decision following the license review. This change modifies the affected Makefiles to reference the sources in their new location.
10 lines
255 B
Makefile
10 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/avl
|
|
|
|
LIB= avl
|
|
SRCS= avl.c
|
|
CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris
|
|
CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
|
|
|
|
.include <bsd.lib.mk>
|