]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/mk/bsd.port.mk
This commit was generated by cvs2svn to compensate for changes in r161653,
[FreeBSD/FreeBSD.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 when building ports.
7 SRCCONF=        /dev/null
8
9 .include <bsd.own.mk>
10 .include "${BSDPORTMK}"