libc/nls: Sync with FreeBSD.
[dragonfly.git] / share / mk / bsd.port.mk
blobaec413a84f153d7c29cc0e27555ddc7aef384777
1 # $FreeBSD: release/9.0.0/share/mk/bsd.port.mk 206082 2010-04-02 06:55:31Z netchild $
3 PORTSDIR?= /usr/dports
4 BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
6 # Needed to keep bsd.own.mk from reading in /etc/src.conf
7 # and setting MK_* variables when building ports.
8 _WITHOUT_SRCCONF=
10 # Enable CTF conversion on request.
11 .if defined(WITH_CTF)
12 .undef NO_CTF
13 .endif
15 .include <bsd.own.mk>
16 .include "${BSDPORTMK}"