xref: /dflybsd-src/contrib/bmake/mk/final.mk (revision 9e7ae5a0527a977cab412aede3a532cfe2903bbb)
1*6eef5f0cSAntonio Huete Jimenez# $Id: final.mk,v 1.10 2021/12/08 05:56:50 sjg Exp $
25f1e34d9SAlexandre Perrin
35f1e34d9SAlexandre Perrin.if !target(__${.PARSEFILE}__)
4*6eef5f0cSAntonio Huete Jimenez__${.PARSEFILE}__: .NOTMAIN
55f1e34d9SAlexandre Perrin
65f1e34d9SAlexandre Perrin# provide a hook for folk who want to do scary stuff
7f445c897SJohn Marino.-include <${.CURDIR:H}/Makefile-final.inc>
85f1e34d9SAlexandre Perrin
9ca58f742SDaniel Fojt.-include <local.final.mk>
10ca58f742SDaniel Fojt
11ca58f742SDaniel Fojt.if ${MK_STAGING} == "yes"
12ca58f742SDaniel Fojt.include <meta.stage.mk>
13ca58f742SDaniel Fojt.elif !empty(STAGE)
145f1e34d9SAlexandre Perrin.-include <stage.mk>
155f1e34d9SAlexandre Perrin.endif
165f1e34d9SAlexandre Perrin
17ca58f742SDaniel Fojt.if empty(_SKIP_BUILD)
18ca58f742SDaniel Fojtinstall: realinstall
19ca58f742SDaniel Fojt.endif
20ca58f742SDaniel Fojtrealinstall:
21ca58f742SDaniel Fojt
225f1e34d9SAlexandre Perrin.endif
23