Always re-export CCVER
[dragonfly.git] / share / mk / bsd.init.mk
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.2 2003/06/17 04:37:02 dillon Exp $
3
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".
7
8 .if !target(__<bsd.init.mk>__)
9 __<bsd.init.mk>__:
10 .if exists(${.CURDIR}/../Makefile.inc)
11 .include "${.CURDIR}/../Makefile.inc"
12 .endif
13 .include <bsd.own.mk>
14 .MAIN: all
15 .endif !target(__<bsd.init.mk>__)