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