xref: /freebsd/share/mk/bsd.port.mk (revision 3971d07be7da9ff83a3edbb61ecc33c37cde0f2c)
1# $FreeBSD$
2
3PORTSDIR?=	/usr/ports
4BSDPORTMK?=	${PORTSDIR}/Mk/bsd.port.mk
5
6# Needed to keep bsd.own.mk from reading in /etc/src.conf
7# and setting MK_* variables when building ports.
8_WITHOUT_SRCCONF=
9
10.include <bsd.own.mk>
11.include "${BSDPORTMK}"
12