2000-12-29 01:23:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
1999-01-26 03:40:12 +00:00
|
|
|
PORTSDIR?= /usr/ports
|
2004-07-02 20:47:18 +00:00
|
|
|
BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
|
2002-04-19 07:40:34 +00:00
|
|
|
|
2006-11-19 16:28:52 +00:00
|
|
|
# Needed to keep bsd.own.mk from reading in /etc/src.conf
|
|
|
|
# and setting MK_* variables when building ports.
|
|
|
|
_WITHOUT_SRCCONF=
|
2006-08-24 18:04:49 +00:00
|
|
|
|
2010-04-02 06:55:31 +00:00
|
|
|
# Enable CTF conversion on request.
|
|
|
|
.if defined(WITH_CTF)
|
|
|
|
.undef NO_CTF
|
|
|
|
.endif
|
|
|
|
|
2002-04-19 07:40:34 +00:00
|
|
|
.include <bsd.own.mk>
|
2004-07-02 20:47:18 +00:00
|
|
|
.include "${BSDPORTMK}"
|