Go to file
thorpej 8aa58740cf Add support for specifying extra kernel name suffixes to search for
when building the kernel sets and placing gzip'd kernels in binary/kernels.
For example, if KERNEL_SUFFIXES were set to "ecoff srec", then the kernel
set would include:

	netbsd
	netbsd.ecoff (only if it exists in the kernel compile directory)
	netbsd.srec (only if it exists in the kernel compile directory)

This is useful for packaging kernel sets for platforms which have
extra special requirements for loading the kernel.
2001-11-30 18:50:09 +00:00
bin Deal with LP64 printf format issues. 2001-11-30 00:12:04 +00:00
crypto Deal with an LP64 printf format issue. 2001-11-30 00:46:36 +00:00
dist "than" instead of "then". 2001-11-21 19:14:19 +00:00
distrib Update for tzdata2001d import. 2001-11-30 13:33:27 +00:00
etc Add support for specifying extra kernel name suffixes to search for 2001-11-30 18:50:09 +00:00
games Presence looks better with a 'c' instead of an 's'. 2001-11-21 19:01:31 +00:00
gnu Add _initialize_ser_tcp 2001-11-29 18:02:00 +00:00
include Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN} 2001-11-01 15:03:07 +00:00
lib fix WARNS=2 warnings 2001-11-30 04:44:24 +00:00
libexec Allow this to be built as a host program. 2001-11-29 23:50:12 +00:00
regress regress test for shorter keys. sync with kame 2001-11-28 03:16:06 +00:00
sbin Rather than making FileCore boot block support conditional on __arm32__, make 2001-11-29 23:08:53 +00:00
share Import tzdata2001d. 2001-11-30 13:28:39 +00:00
sys Catch-up to revision 1.135 of the sun3 pmap. This revision 2001-11-30 18:22:51 +00:00
tools Build makewhatis as a host tool, since it is used at the end of 2001-11-29 23:51:38 +00:00
usr.bin Improve previous' markup usage a bit. 2001-11-30 18:25:58 +00:00
usr.sbin use struct uucred. 2001-11-29 21:23:38 +00:00
build.sh - Define MAKE_MACHINE reasonably for the bootstrap make. 2001-11-30 02:18:13 +00:00
BUILDING Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
BUILDING.mdoc Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
Makefile Add a wrapper for the "distribution" target, similar to the wrapper 2001-11-25 18:31:12 +00:00
Makefile.inc
UPDATING Note that a new config(8) is required in order to build a kernel. 2001-11-28 18:53:34 +00:00