From 24bdd9ea5289a703a2feefe9c07617b241be97a2 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 9 Jan 2005 12:55:47 +0000 Subject: 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). --- share/mk/bsd.init.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'share/mk') 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 @@ ____: .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif +.include .include .MAIN: all .endif !target(____) -- cgit v1.1