mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -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.
9 lines
190 B
Makefile
9 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
|
|
|
|
LIB= umem
|
|
SRCS= umem.c
|
|
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
|
|
|
|
.include <bsd.lib.mk>
|