summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-07-15 14:07:02 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-07-15 14:07:02 +0000
commit273aafabd15134910a2cc2a99f4a9e223271abe2 (patch)
tree635e530fb01319cdab242ad815b7b9b282154acf /Mk/bsd.port.mk
parentAdd FWF to subdirs. (diff)
A regrettable hack to allow a port to say that it doesn't want its Makefiles
made after the xmkmf run.
Notes
Notes: svn path=/head/; revision=1969
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 680a7ffa0b2d..4b4e4a6807c5 100644
--- a/Mk/bsd.port.mk
+++ b/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