mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
e327f52446
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.
7 lines
177 B
Makefile
7 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../cddl/contrib/opensolaris
|
|
OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/cddl/contrib/opensolaris
|
|
|
|
IGNORE_PRAGMA= YES
|