summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f70768f35409..a04958bbc2a8 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,8 @@ TGTS = afterdistribute all buildworld checkdpadd clean cleandepend cleandir \
installworld lint maninstall mk most obj objlink regress rerelease \
tags update
-MAKE= make -m ${.CURDIR}/share/mk -f Makefile.inc1
+PATH= /sbin:/bin:/usr/sbin:/usr/bin
+MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1
#
# Handle the user-driven targets, using the source relative mk files.