freebsd-dev/share/mk/bsd.port.mk

12 lines
248 B
Makefile
Raw Normal View History

2000-12-29 01:23:57 +00:00
# $FreeBSD$
PORTSDIR?= /usr/ports
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=
.include <bsd.own.mk>
.include "${BSDPORTMK}"