summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-07-17 16:20:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-07-17 16:20:58 +0000
commitce475c711c0bb9aac8d5ce4f2ea0d9cbeda9a3fc (patch)
tree0c4ecf8c542c7c06380aaabf3c19cd2241f62f84 /Mk
parentAdd missing checksum (diff)
Simplify the USE_IMAKE stuff considerably.
Suggested by: asami
Notes
Notes: svn path=/head/; revision=1985
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 4b4e4a6807c5..10091ce163fb 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.171 1995/07/11 02:15:35 asami Exp $
+# $Id: bsd.port.mk,v 1.172 1995/07/15 14:07:02 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -576,15 +576,7 @@ 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
- @(cd ${WRKSRC}; ${XMKMF} && ${MAKE} Makefiles)
-.endif
-.endif
.endif
.endif