ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/Mk/bsd.local.mk
Revision: 21946
Committed: Thu Sep 29 12:54:57 2016 UTC (7 years, 7 months ago) by laffer1
Content type: text/plain
File size: 725 byte(s)
Log Message:
tag

File Contents

# Content
1 # bsd.local.mk - Sandbox for local modification to ports framework.
2 #
3 # Created by: Mark Linimon <linimon@FreeBSD.org>
4 #
5 # $FreeBSD: head/Mk/bsd.local.mk 358214 2014-06-18 07:14:22Z bapt $
6 # $MidnightBSD$
7
8 .if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
9
10 Local_Pre_Include= bsd.local.mk
11
12 #
13 # Here is where any code that needs to run at bsd.port.pre.mk inclusion
14 # time should live.
15 #
16
17 .endif # !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
18
19 .if defined(_POSTMKINCLUDED) && !defined(Local_Post_Include)
20
21 Local_Post_Include= bsd.local.mk
22
23 #
24 # here is where any code that needs to run at bsd.port.post.mk inclusion
25 # time should live.
26 #
27
28 .endif # defined(_POSTMKINCLUDED) && !defined(Local_Post_Include)

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain