summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/mk/final.mk
blob: df1c81b9196ed910537623313383b6c0c2b36ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: final.mk,v 1.8 2017/05/07 20:30:08 sjg Exp $

.if !target(__${.PARSEFILE}__)
__${.PARSEFILE}__:

# provide a hook for folk who want to do scary stuff
.-include <${.CURDIR:H}/Makefile-final.inc>

.if ${MK_STAGING} == "yes"
.include <meta.stage.mk>
.elif !empty(STAGE)
.-include <stage.mk>
.endif

.-include <local.final.mk>

.if empty(_SKIP_BUILD)
install: realinstall
.endif
realinstall:

.endif
OpenPOWER on IntegriCloud