xref: /netbsd-src/share/mk/bsd.init.mk (revision 5e4c038a45edbc7d63b7c2daa76e29f88b64a4e3)
1#	$NetBSD: bsd.init.mk,v 1.1 2001/11/02 05:21:50 tv Exp $
2
3# <bsd.init.mk> includes Makefile.inc and <bsd.own.mk>; this is used at the
4# top of all <bsd.*.mk> files which actually "build something".
5
6.if !target(__initialized__)
7__initialized__:
8.-include "${.CURDIR}/../Makefile.inc"
9.include <bsd.own.mk>
10.MAIN:		all
11.endif
12