Go to file
cjs 90423c173a If the -m option is used, make will check for the existence of the
directory specified, and add it to sysIncPath only if it exists.
However, afterwards make tested for the presence of a -m option by
checking to see if sysIncPath was an empty list, and assumed that
the -m option was not used if it was empty. This obviously breaks
if -m specified a non-existent directory. So I have added a flag
that is set if the -m option is used, and I test that instead.
1997-05-08 05:19:46 +00:00
bin Use .PATH.c: ... 1997-05-06 20:44:56 +00:00
distrib Don't use _SUBDIRUSE outside of bsd.subdir.mk. 1997-05-07 17:06:16 +00:00
etc add /dev/leds 1997-05-06 18:42:27 +00:00
games Use afterinstall, not proginstall, to run post-installation crap. 1997-05-07 16:03:15 +00:00
gnu Use libinstall::, not install:, to prevent instaling LIB. 1997-05-07 16:20:26 +00:00
include Move md5.h to <sys/md5.h> so that it may be included by the kernel. 1997-04-30 00:45:41 +00:00
lib KNF. 1997-05-06 13:06:48 +00:00
libexec Keep track of `dlsym()' symbol lookup scope differently. There's (currently) 1997-05-03 08:00:02 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin fix typo. from msaitoh@spa.is.uec.ac.jp, [misc/3584] 1997-05-07 23:19:03 +00:00
share Fix the MACHINE and MACHINE_ARCH links. 1997-05-07 19:34:16 +00:00
sys Garbage-collect an unneeded #ifdef. 1997-05-08 04:39:35 +00:00
usr.bin If the -m option is used, make will check for the existence of the 1997-05-08 05:19:46 +00:00
usr.sbin fix typo. from msaitoh@spa.is.uec.ac.jp, [misc/3584] 1997-05-07 23:19:03 +00:00
Makefile Don't cleandir on make build when UPDATE is set. 1997-03-24 22:22:15 +00:00