diff options
-rw-r--r-- | Mk/bsd.local.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/bsd.local.mk b/Mk/bsd.local.mk index 4b3cb3c461ff..1e868e2dc404 100644 --- a/Mk/bsd.local.mk +++ b/Mk/bsd.local.mk @@ -1,6 +1,3 @@ -# -*- tab-width: 4; -*- -# ex: ts=4 -# # bsd.local.mk - Sandbox for local modification to ports framework. # # Created by: Mark Linimon <linimon@FreeBSD.org> @@ -10,7 +7,7 @@ .if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include) -Local_Pre_Include= bsd.local.mk +Local_Pre_Include= bsd.local.mk # # Here is where any code that needs to run at bsd.port.pre.mk inclusion |