mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
bsd.port.subdir.mk, without the overhead of an additional ports tree.
Use
make BSDPORTMK='${PORTSDIR}/My.Mk/bsd.port.mk' target
and
make BSDPORTSUBDIRMK='${PORTSDIR}/My.Mk/bsd.port.subdir.mk' target
to build with the alternate versions.
MFC after: 3 days
6 lines
118 B
Makefile
6 lines
118 B
Makefile
# $FreeBSD$
|
|
|
|
PORTSDIR?= /usr/ports
|
|
BSDPORTSUBDIRMK?= ${PORTSDIR}/Mk/bsd.port.subdir.mk
|
|
|
|
.include "${BSDPORTSUBDIRMK}"
|