diff --git a/Mk/bsd.local.mk b/Mk/bsd.local.mk index c081c2b5b75f..3a3c544d6380 100644 --- a/Mk/bsd.local.mk +++ b/Mk/bsd.local.mk @@ -1,29 +1,24 @@ # 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) - -# Added by freebsd-wip-checkout -VALID_CATEGORIES+=wip -# End addition -