summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/pathnames.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-24 15:51:27 +0000
committerru <ru@FreeBSD.org>2002-05-24 15:51:27 +0000
commitb4b6d4dfb97bdb948ea4c918134cf2e1a826f3c2 (patch)
tree3e03a1e6aff6196ffcb92d522c2bdefd20f17dcd /usr.bin/make/pathnames.h
parent61c41bc60dd7ffc6c7cf2be27034b2b76261aca7 (diff)
downloadFreeBSD-src-b4b6d4dfb97bdb948ea4c918134cf2e1a826f3c2.zip
FreeBSD-src-b4b6d4dfb97bdb948ea4c918134cf2e1a826f3c2.tar.gz
Back out the ``run shell from $PATH'' change; this was an overkill
and is insecure. Requested by: bde
Diffstat (limited to 'usr.bin/make/pathnames.h')
-rw-r--r--usr.bin/make/pathnames.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h
index 033901a..d16167c 100644
--- a/usr.bin/make/pathnames.h
+++ b/usr.bin/make/pathnames.h
@@ -40,11 +40,9 @@
#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