xref: /minix3/share/mk/bsd.init.mk (revision 9152e1c5a7225885973292842eaa6ab5121d1a38)
1e1091647SArun Thomas#	$NetBSD: bsd.init.mk,v 1.2 2003/07/28 02:38:33 lukem Exp $
2e1091647SArun Thomas
3e1091647SArun Thomas# <bsd.init.mk> includes Makefile.inc and <bsd.own.mk>; this is used at the
4e1091647SArun Thomas# top of all <bsd.*.mk> files which actually "build something".
5e1091647SArun Thomas
6*9152e1c5SLionel Sambuc.if !defined(_BSD_INIT_MK_)
7*9152e1c5SLionel Sambuc_BSD_INIT_MK_=1
8e1091647SArun Thomas
9e1091647SArun Thomas.-include "${.CURDIR}/../Makefile.inc"
10e1091647SArun Thomas.include <bsd.own.mk>
11e1091647SArun Thomas.MAIN:		all
12e1091647SArun Thomas
13*9152e1c5SLionel Sambuc.endif	# !defined(_BSD_INIT_MK_)
14