5f41189938143f506c02f2bef659804a7e61e330
[dragonfly.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