Go to file
dyoung 4d23e6d82c For System Packages, two new utilities, a subroutine library, and
a new list:

sets.subr -- The set-listing code that is common to makeplist,
	     makeflist, and regpkg has moved here.

syspkgdeps -- Compute naive dependencies for system packages based
	      on directory containment. I.e., if package A contains
	      path /p/q, and package B contains path /p, then B is
	      considered a dependency of A. As Jim Wise remarks,
	      this is not quite right: system-package dependencies
	      should indicate a functional dependency. Nevertheless,
	      these naive dependencies protect us from orphaning
	      files when pkg_delete'ing system packages.

culldeps -- Helper for syspkgdeps. Removes redundant dependencies
	    from a dependencies table.  Essentially does the opposite
	    of a transitive closure on a dependencies table: if
	    the table contains A depends-on B, B depends-on C, and
	    A depends-on C, then A depends-on C is removed because
	    it can be derived from the prior two dependencies.

deps -- Dependencies computed by syspkgdeps.
2003-06-23 09:02:31 +00:00
bin ANSIfy, from Petri Koistinen in PR 13975 2003-06-16 17:22:00 +00:00
crypto discourage the use of aggressive mode 2003-06-16 08:40:11 +00:00
dist resolve conflicts 2003-06-09 13:19:33 +00:00
distrib For System Packages, two new utilities, a subroutine library, and 2003-06-23 09:02:31 +00:00
doc CVS_RSH default value change 2003-06-20 03:29:55 +00:00
etc Invoke makeobsolete with ${HOST_SH} and pass in ${MAKE}. 2003-06-08 23:49:21 +00:00
games Sync with v20030416 of Makefile. 2003-06-11 12:10:21 +00:00
gnu make the defafult value of CVS_RSH to "ssh". 2003-06-20 03:28:56 +00:00
include Define the maximum segment size allowed under RFC 2348 (TFTP Blocksize Option) 2003-06-11 01:41:14 +00:00
lib Add noqiflush() and qiflush() 2003-06-20 06:58:53 +00:00
libexec use TCP_NODELAY 2003-06-14 22:43:31 +00:00
regress Testing "unsigned long" vs. "double" does only make sense if there is 2003-06-16 07:11:52 +00:00
rescue * Add ftp to /rescue. 2003-05-26 09:46:47 +00:00
sbin Remove the KERN_DRIVERS case handler (prototype code?). 2003-06-17 03:34:23 +00:00
share Add ABI and API. 2003-06-19 18:23:59 +00:00
sys Removed "extended precision" definitions left over from when this was 2003-06-23 06:59:12 +00:00
tools Use "nbnroff" instead of "nroff". 2003-06-14 17:57:26 +00:00
usr.bin PR/21645: Mishka: Localized comments don't work with indent. 2003-06-19 15:45:22 +00:00
usr.sbin We can't keep a reference to the value returned by svc_getrpccaller(). 2003-06-19 11:13:06 +00:00
build.sh Broaden the scope of when "make obj NOSUBDIR=" will be run in tools/ 2003-05-26 06:35:17 +00:00
BUILDING all: 2003-05-25 12:34:27 +00:00
Makefile Add "sourcesets" argument/target, which builds source sets into 2003-05-10 07:12:37 +00:00
Makefile.inc
UPDATING mention export lossage 2003-05-16 14:19:49 +00:00