opnsense-ports/Mk/bsd.local.mk
Franco Fichtner 92273deb19 Framework: sync with upstream
Taken from: FreeBSD
2022-07-21 08:49:45 +02:00

24 lines
590 B
Makefile

# bsd.local.mk - Sandbox for local modification to ports framework.
#
.if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
Local_Pre_Include= bsd.local.mk
#
# Here is where any code that needs to run at bsd.port.pre.mk inclusion
# time should live.
#
.endif # !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
.if defined(_POSTMKINCLUDED) && !defined(Local_Post_Include)
Local_Post_Include= bsd.local.mk
#
# here is where any code that needs to run at bsd.port.post.mk inclusion
# time should live.
#
.endif # defined(_POSTMKINCLUDED) && !defined(Local_Post_Include)