# $FreeBSD: src/share/mk/bsd.init.mk,v 1.1.2.1 2002/07/17 19:08:23 ru Exp $ # $DragonFly: src/share/mk/bsd.init.mk,v 1.7 2005/04/12 23:35:37 okumoto Exp $ # 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 .if ${CCVER} != ${_CCVER} .include .endif .include .MAIN: all .endif # !target(____)