Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / mk / bsd.init.mk
1 # $FreeBSD: src/share/mk/bsd.init.mk,v 1.1.2.1 2002/07/17 19:08:23 ru Exp $
2
3 # The include file <bsd.init.mk> includes ../Makefile.inc and
4 # <bsd.own.mk>; this is used at the top of all <bsd.*.mk> files
5 # that actually "build something".
6
7 .if !target(__<bsd.init.mk>__)
8 __<bsd.init.mk>__:
9 .if exists(${.CURDIR}/../Makefile.inc)
10 .include "${.CURDIR}/../Makefile.inc"
11 .endif
12 .include <bsd.own.mk>
13 .MAIN: all
14 .endif !target(__<bsd.init.mk>__)