summaryrefslogtreecommitdiffstats
path: root/Makefile.upgrade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-02-13 18:49:02 +0000
committerjkh <jkh@FreeBSD.org>1999-02-13 18:49:02 +0000
commit2e6248769e91c4c2a5c3f40596c5a9061d370a3a (patch)
tree00450fde3a1009e70981e89ae92b1ea9dab04b4c /Makefile.upgrade
parent3195c075407d6935bda10a36d90deb7b0c2e2234 (diff)
downloadFreeBSD-src-2e6248769e91c4c2a5c3f40596c5a9061d370a3a.zip
FreeBSD-src-2e6248769e91c4c2a5c3f40596c5a9061d370a3a.tar.gz
Make sure correct path is set in upgrade.
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
Diffstat (limited to 'Makefile.upgrade')
-rw-r--r--Makefile.upgrade7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.upgrade b/Makefile.upgrade
index 8eed5b4..fa9b32a 100644
--- a/Makefile.upgrade
+++ b/Makefile.upgrade
@@ -1,11 +1,16 @@
#
-# $Id: Makefile.upgrade,v 1.12 1999/01/27 08:49:53 jkh Exp $
+# $Id: Makefile.upgrade,v 1.13 1999/01/27 15:08:05 jkh Exp $
#
# This makefile contains rules for preforming upgrades that are outside
# the scope of the normal build world process.
#
#
+# Make sure the PATH is set correctly
+#
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+
+#
# Build things relative to the user's preferred object directory,
# defaulting to /usr/obj if not defined.
#
OpenPOWER on IntegriCloud