From c8d20ee307765928cd53df38a552e56df7701dad Mon Sep 17 00:00:00 2001 From: rgrimes Date: Thu, 26 May 1994 13:48:52 +0000 Subject: 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. --- include/paths.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/paths.h') 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. */ -- cgit v1.1