]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/bmake/mk/final.mk
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / bmake / mk / final.mk
1 # $Id: final.mk,v 1.5 2011/03/11 05:22:38 sjg Exp $
2
3 .if !target(__${.PARSEFILE}__)
4 __${.PARSEFILE}__:
5
6 # provide a hook for folk who want to do scary stuff
7 .-include "${.CURDIR}/../Makefile-final.inc"
8
9 .if !empty(STAGE)
10 .-include <stage.mk>
11 .endif
12
13 .-include <local.final.mk>
14 .endif