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