mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
4a209e39a0
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
8 lines
121 B
Makefile
8 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
PORTSDIR?= /usr/ports
|
|
BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${BSDPORTMK}"
|