# $NetBSD: bsd.init.mk,v 1.1 2001/11/02 05:21:50 tv Exp $ # includes Makefile.inc and ; this is used at the # top of all files which actually "build something". .if !target(__initialized__) __initialized__: .-include "${.CURDIR}/../Makefile.inc" .include .MAIN: all .endif