summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 2eaa921..8dba413 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.37 1994/09/14 15:30:44 jkh Exp $
+# $Id: bsd.port.mk,v 1.38 1994/09/19 00:41:03 ache Exp $
#
# Please view me with 4 column tabs!
@@ -214,7 +214,7 @@ build: configure pre-build
if [ ! -d ${PORTSDIR}/$$i ]; then \
echo ">> No directory for ${PORTSDIR}/$$i. Skipping.."; \
else \
- (cd ${PORTSDIR}/$$i; ${MAKE}) ; \
+ (cd ${PORTSDIR}/$$i; ${MAKE} all install) ; \
fi \
done
@echo "===> Returning to build of ${DISTNAME}"
OpenPOWER on IntegriCloud