summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/pathnames.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-22 14:53:18 +0000
committerru <ru@FreeBSD.org>2002-05-22 14:53:18 +0000
commit7d529109a8eef4f08e3bc6a3f4776582eab7765f (patch)
tree1245223cf02990c1b868cae1cdcab7979f1d4f86 /usr.bin/make/pathnames.h
parent367d0965de6fb8535844d5baf237d0b7f8200647 (diff)
downloadFreeBSD-src-7d529109a8eef4f08e3bc6a3f4776582eab7765f.zip
FreeBSD-src-7d529109a8eef4f08e3bc6a3f4776582eab7765f.tar.gz
Do not run shell from /bin, run it from $PATH.
Bump MAKE_VERSION to 5200205221.
Diffstat (limited to 'usr.bin/make/pathnames.h')
-rw-r--r--usr.bin/make/pathnames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h
index d16167c..033901a 100644
--- a/usr.bin/make/pathnames.h
+++ b/usr.bin/make/pathnames.h
@@ -40,9 +40,11 @@
#ifndef _PATH_OBJDIRPREFIX
#define _PATH_OBJDIRPREFIX "/usr/obj"
#endif /* ! _PATH_OBJDIRPREFIX */
+#ifndef __FreeBSD__
#ifndef _PATH_DEFSHELLDIR
#define _PATH_DEFSHELLDIR "/bin"
#endif /* ! _PATH_DEFSHELLDIR */
+#endif /* not __FreeBSD__ */
#ifndef _PATH_DEFSYSMK
#define _PATH_DEFSYSMK "sys.mk"
#endif /* ! _PATH_DEFSYSMK */
OpenPOWER on IntegriCloud