Go to file
lukem b852db83fb Significant overhaul of how the sets are used:
* Add an optional third field to the sets file which is a list of
  comma separated keywords that control if the line is printed.
  Currently supported keywords
	kerberos4	${MKKERBEROS4} != no
	kerberos	${MKKERBEROS} != no
	lint		${MKLINT} != no
	obsolete	${obsolete} != 0.
			In this case, non obsolete files are not printed.
  (This will allow future support for builds with variables such as
  MKHESIOD and MKYP set to "no".)

* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
  various scripts.

* Move defaults for sets.subr from sets.defaults into sets.subr.
  Move replicated code for determining stuff such as shlibs type
  from various scripts into sets.subr.

* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
  main lists with the relevant third field keyword(s).
2003-12-29 03:13:25 +00:00
bin Crossreference -h and -k. Use Aq instead of \*[Lt]\*[Gt]. 2003-12-26 11:19:50 +00:00
contrib/sys
crypto
dist Don't bother complaining about "no IPv6 interfaces" or "no IPv4 interfaces" 2003-12-20 17:38:19 +00:00
distrib Significant overhaul of how the sets are used: 2003-12-29 03:13:25 +00:00
doc Note "copy the file" install(1) behaviour change. 2003-12-29 02:03:14 +00:00
etc Also supress speling erors. 2003-12-28 16:34:03 +00:00
games Const the player type variable. 2003-12-28 17:53:48 +00:00
gnu do not link xmalloc.c or xexit.c. 2003-12-21 07:05:25 +00:00
include Do a little const cleanup, for consistency with std interfaces. 2003-12-21 23:19:02 +00:00
lib Niels Provos kindly agreed to drop clauses 3 and 4 from the 2003-12-26 19:04:55 +00:00
libexec
regress Fix regression failure due to missing dependency. 2003-12-23 19:29:11 +00:00
rescue
sbin Fix spelo 2003-12-29 02:11:03 +00:00
share no-traditional is not a valid warning for c++ programs. 2003-12-26 17:27:01 +00:00
sys [Having received a definite lack of strenuous objection, a small amount 2003-12-29 02:38:17 +00:00
tools
usr.bin Make "copy the file" (the -c option) the default behaviour. The -c option 2003-12-29 02:01:27 +00:00
usr.sbin Back out last, in favor of adding a trailing dot to "localhost", as 2003-12-29 00:44:05 +00:00
x11 build cross Xmacppc. 2003-12-27 15:16:54 +00:00
build.sh
BUILDING
Makefile
Makefile.inc
UPDATING