summaryrefslogtreecommitdiffstats
path: root/include/paths.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-26 13:48:52 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-26 13:48:52 +0000
commitc8d20ee307765928cd53df38a552e56df7701dad (patch)
tree9ccda8cba6c6e2728ef21eeee08ae36430f7aa02 /include/paths.h
parentb11d406e7470e85b4bc804c7e202543f991415da (diff)
downloadFreeBSD-src-c8d20ee307765928cd53df38a552e56df7701dad.zip
FreeBSD-src-c8d20ee307765928cd53df38a552e56df7701dad.tar.gz
Update the Makefile to work correctly when copying and/or symlinking
/usr/include. Make comment about mp.h missing and remove it from the list of files. Fix installation of ufs include files as this is now a tree ufs/{ffs,lfs, mfs,ufs}. Make setting of SHARED optional by makeing it SHARED?=. Comment out installation of X11 includes since it does not work for XFree86 until we get XFree86 to install as /usr/X11. Update _PATH_UNIX to be /kernel. Remove /usr/{contrib,old}/bin from _PATH_STDPATH.
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h
index 5f7a6b4..ecba76c 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -40,7 +40,7 @@
#define _PATH_DEFPATH "/usr/bin:/bin"
/* All standard utilities path. */
#define _PATH_STDPATH \
- "/usr/bin:/bin:/usr/sbin:/sbin:/usr/contrib/bin:/usr/old/bin"
+ "/usr/bin:/bin:/usr/sbin:/sbin:"
#define _PATH_BSHELL "/bin/sh"
#define _PATH_CONSOLE "/dev/console"
@@ -56,7 +56,7 @@
#define _PATH_SENDMAIL "/usr/sbin/sendmail"
#define _PATH_SHELLS "/etc/shells"
#define _PATH_TTY "/dev/tty"
-#define _PATH_UNIX "/vmunix"
+#define _PATH_UNIX "/kernel"
#define _PATH_VI "/usr/bin/vi"
/* Provide trailing slash, since mostly used for building pathnames. */
OpenPOWER on IntegriCloud