# $FreeBSD: release/9.0.0/share/mk/bsd.port.mk 206082 2010-04-02 06:55:31Z netchild $ PORTSDIR?= /usr/dports BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk # Needed to keep bsd.own.mk from reading in /etc/src.conf # and setting MK_* variables when building ports. _WITHOUT_SRCCONF= # Enable CTF conversion on request. .if defined(WITH_CTF) .undef NO_CTF .endif .include .include "${BSDPORTMK}"