summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.init.mk
blob: ff6517ce1609a80304faca6f7f9040eff58ad9a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

# The include file <bsd.init.mk> includes ../Makefile.inc and
# <bsd.own.mk>; this is used at the top of all <bsd.*.mk> files
# that actually "build something".

.if !target(__<bsd.init.mk>__)
__<bsd.init.mk>__:
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
.endif
.include <bsd.own.mk>
.MAIN: all
.endif !target(__<bsd.init.mk>__)
OpenPOWER on IntegriCloud