]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - share/mk/bsd.port.mk
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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 # Enable CTF conversion on request.
11 .if defined(WITH_CTF)
12 .undef NO_CTF
13 .endif
14
15 .include <bsd.own.mk>
16 .include "${BSDPORTMK}"