1 # $FreeBSD: src/share/mk/bsd.init.mk,v 1.1.2.1 2002/07/17 19:08:23 ru Exp $
2 # $DragonFly: src/share/mk/bsd.init.mk,v 1.7 2005/04/12 23:35:37 okumoto Exp $
4 # The include file <bsd.init.mk> includes ../Makefile.inc and
5 # <bsd.own.mk>; this is used at the top of all <bsd.*.mk> files
6 # that actually "build something".
8 .if
!target
(__
<bsd.init.mk
>__
)
10 .if exists
(${.CURDIR
}/..
/Makefile.inc
)
11 .
include "${.CURDIR}/../Makefile.inc"
13 .if
${CCVER} != ${_CCVER}
19 .
endif # !target(__<bsd.init.mk>__)