1 1.1 tv # $NetBSD: bsd.init.mk,v 1.1 2001/11/02 05:21:50 tv 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.1 tv .if !target(__initialized__) 7 1.1 tv __initialized__: 8 1.1 tv .-include "${.CURDIR}/../Makefile.inc" 9 1.1 tv .include <bsd.own.mk> 10 1.1 tv .MAIN: all 11 1.1 tv .endif 12