# $FreeBSD: releng/9.3/share/mk/bsd.init.mk 144893 2005-04-11 07:13:29Z harti $ # The include file includes ../Makefile.inc and # ; this is used at the top of all files # that actually "build something". .if !target(____) ____: .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif .include .include .MAIN: all .endif # !target(____)