# $Id: final.mk,v 1.2 2020/05/24 11:09:44 nia Exp $ .if !target(__${.PARSEFILE}__) __${.PARSEFILE}__: # provide a hook for folk who want to do scary stuff .-include <${.CURDIR:H}/Makefile-final.inc> .-include .if ${MK_STAGING} == "yes" .include .elif !empty(STAGE) .-include .endif .if empty(_SKIP_BUILD) install: realinstall .endif realinstall: .endif