summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-07-15 14:07:02 +0000
committerjkh <jkh@FreeBSD.org>1995-07-15 14:07:02 +0000
commitd3dff055485c182cd1b8e8f51b4cdc436f2877cb (patch)
tree4265215b22a345344ce979219b797818f7f4b988 /share/mk
parentd0f37d07449e5a68baab2c8890d25f7e98c18755 (diff)
downloadFreeBSD-src-d3dff055485c182cd1b8e8f51b4cdc436f2877cb.zip
FreeBSD-src-d3dff055485c182cd1b8e8f51b4cdc436f2877cb.tar.gz
A regrettable hack to allow a port to say that it doesn't want its Makefiles
made after the xmkmf run.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.port.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 680a7ff..4b4e4a6 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.170 1995/06/26 07:06:59 asami Exp $
+# $Id: bsd.port.mk,v 1.171 1995/07/11 02:15:35 asami Exp $
#
# Please view me with 4 column tabs!
@@ -576,6 +576,9 @@ do-configure:
./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
.endif
.if defined(USE_IMAKE)
+.if defined(X_NO_MAKE_MAKEFILES)
+ @(cd ${WRKSRC}; ${XMKMF})
+.else
.if defined(USE_GMAKE)
@(cd ${WRKSRC}; ${XMKMF} && ${GMAKE} Makefiles)
.else
@@ -583,6 +586,7 @@ do-configure:
.endif
.endif
.endif
+.endif
# Build
OpenPOWER on IntegriCloud