summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-09 12:55:47 +0000
committerru <ru@FreeBSD.org>2005-01-09 12:55:47 +0000
commit24bdd9ea5289a703a2feefe9c07617b241be97a2 (patch)
tree479a711dfae9d0fb8e1d2bc65ce70831797f0bba /share/mk
parentae5da6b5cfca812bea25bbdef893f80d26875b31 (diff)
downloadFreeBSD-src-24bdd9ea5289a703a2feefe9c07617b241be97a2.zip
FreeBSD-src-24bdd9ea5289a703a2feefe9c07617b241be97a2.tar.gz
Revert previous revision. Including bsd.compat.mk is necessary
both from sys.mk (to handle old knobs set in /etc/make.conf), and from here (to handle old knobs set in individual makefiles).
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.init.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/bsd.init.mk b/share/mk/bsd.init.mk
index ff6517c..13665c0 100644
--- a/share/mk/bsd.init.mk
+++ b/share/mk/bsd.init.mk
@@ -9,6 +9,7 @@ __<bsd.init.mk>__:
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
.endif
+.include <bsd.compat.mk>
.include <bsd.own.mk>
.MAIN: all
.endif !target(__<bsd.init.mk>__)
OpenPOWER on IntegriCloud