K 10 svn:author V 3 bde K 8 svn:date V 27 1996-09-27T16:34:16.000000Z K 7 svn:log V 429 Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h" for headers in the compile directory work unsurprisingly. Without -I-, the search for "foo.h" begins in the directory of the file that includes it, and the compile directory is only searched because `-I.' is in ${INCLUDES}. Removed -I$S/sys from ${INCLUDES}. It was once necessary to find things like "param.h" in $S/sys. Now is found in $S. END