2003-07-28 06:38:33 +04:00
|
|
|
# $NetBSD: bsd.init.mk,v 1.2 2003/07/28 02:38:33 lukem Exp $
|
2001-11-02 08:21:47 +03: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".
|
|
|
|
|
2003-07-28 06:38:33 +04:00
|
|
|
.if !defined(_BSD_INIT_MK_)
|
|
|
|
_BSD_INIT_MK_=1
|
|
|
|
|
2001-11-02 08:21:47 +03:00
|
|
|
.-include "${.CURDIR}/../Makefile.inc"
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.MAIN: all
|
2003-07-28 06:38:33 +04:00
|
|
|
|
|
|
|
.endif # !defined(_BSD_INIT_MK_)
|