stupid thing I should have done years ago: grab bsd.own.mk (and /etc/mk.conf)

first thing, so that we can override any definition in there.
This commit is contained in:
espie 2013-01-06 16:14:10 +00:00
parent 7906ac8797
commit 66cae6cf63

View File

@ -1,4 +1,8 @@
# $OpenBSD: Makefile,v 1.73 2012/10/08 08:42:23 jasper Exp $
# $OpenBSD: Makefile,v 1.74 2013/01/06 16:14:10 espie Exp $
.if !defined(BSD_OWN_MK)
. include <bsd.own.mk>
.endif
PKGPATH =
MIRROR_MK ?= ${.CURDIR}/distfiles/Makefile