Go to file
lukem c518f62858 - compile common code once (into libcommon.a), and link that in.
cut's compilation time by half!
- build a common version.c in libcommon.a
- don't build version.h - nothing uses it
- comment out the ifdef INFO and -DINFO stuff - it's always compiled in
- XXX: don't compile mopprobe with -DNODL (which actually changes the
  compilation of stuff in common/*). nothing else does this, and it
  meant that mopprobe would have had different behaviour. if this behaviour
  is desired, a workaround can be put in place
1997-10-16 07:36:12 +00:00
bin pid should be pid_t and status should be int! Avoid alignment problems... 1997-10-15 13:23:10 +00:00
distrib Update to current state. Install and upgrade nearly finished. Disk 1997-10-15 04:35:17 +00:00
etc add mailq 174/tcp for zmailer MTA 1997-10-15 08:12:48 +00:00
games fix race condition when building libcommon with make -j 1997-10-16 05:24:23 +00:00
gnu Handle relocation of misaligned symbols. Handle all three cases by the same 1997-10-14 17:17:52 +00:00
include rcsid fascism 1997-10-13 09:26:06 +00:00
lib Put the align directive after .text... 1997-10-15 01:56:55 +00:00
libexec startslave() prototype is independent of AUTHENTICATION 1997-10-16 06:59:09 +00:00
regress Remove bogus regress targets. 1997-10-11 22:57:29 +00:00
sbin .Nm " " -> .Nm mount_ufs, the old name should be specifically mentioned 1997-10-15 12:43:19 +00:00
share fix permissions 1997-10-15 14:16:17 +00:00
sys We don't need sysctl.h here. 1997-10-16 04:57:15 +00:00
usr.bin PR/4257: Jaromir Dolecek: Compensate for the libedit changes. 1997-10-14 16:31:22 +00:00
usr.sbin - compile common code once (into libcommon.a), and link that in. 1997-10-16 07:36:12 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00