]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/bmake/mk/final.mk
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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