]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/mk/bsd.port.mk
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / mk / bsd.port.mk
1 # $FreeBSD$
2
3 PORTSDIR?=      /usr/ports
4 BSDPORTMK?=     ${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}"