summaryrefslogtreecommitdiffstats
path: root/share/mk/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-11 05:21:29 +0000
committerasami <asami@FreeBSD.org>1998-11-11 05:21:29 +0000
commit7aecd96aa5bcb77f2b7b0aed9b06cc31da23fbf2 (patch)
treeb1a609820d0f7976cfdd9de505e35bc70efeb028 /share/mk/Makefile
parent1b99c0c5bec55dd3f8a00a97bd43aea26cbaea4e (diff)
downloadFreeBSD-src-7aecd96aa5bcb77f2b7b0aed9b06cc31da23fbf2.zip
FreeBSD-src-7aecd96aa5bcb77f2b7b0aed9b06cc31da23fbf2.tar.gz
Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines only
a few variables that could be used in the port Makefile for ".if exists()" tests. bsd.port.post.mk defines the rest. Note: if you define USE_X_PREFIX or USE_IMAKE, put it before including bsd.port.pre.mk. These are the only two variables used in the first part. In reality, bsd.port.pre.mk and bsd.port.post.mk just include bsd.port.mk with special variables to turn part of it off.
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r--share/mk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
index 0170c36..80d3311 100644
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -1,10 +1,11 @@
-# $Id: Makefile,v 1.19 1998/08/29 11:01:22 wosch Exp $
+# $Id: Makefile,v 1.20 1998/09/09 10:17:34 bde Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README
FILES+= bsd.dep.mk bsd.doc.mk bsd.docb.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk
FILES+= bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.obj.mk bsd.own.mk
-FILES+= bsd.port.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk
+FILES+= bsd.port.mk bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk
+FILES+= bsd.prog.mk bsd.sgml.mk bsd.subdir.mk
FILES+= sys.mk
NOOBJ= noobj
OpenPOWER on IntegriCloud