2010-02-16 15:41:33 +01:00
|
|
|
# $NetBSD: bsd.init.mk,v 1.2 2003/07/28 02:38:33 lukem Exp $
|
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
# <bsd.init.mk> includes Makefile.inc and <bsd.own.mk>; this is used at the
|
|
|
|
# top of all <bsd.*.mk> files which actually "build something".
|
2010-02-16 15:41:33 +01:00
|
|
|
|
|
|
|
.if !defined(_MINIX_INIT_MK_)
|
|
|
|
_MINIX_INIT_MK_=1
|
|
|
|
|
|
|
|
.-include "${.CURDIR}/../Makefile.inc"
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.own.mk>
|
2010-02-16 15:41:33 +01:00
|
|
|
.MAIN: all
|
|
|
|
|
|
|
|
.endif # !defined(_MINIX_INIT_MK_)
|