Go to file
sjg 77076c2d51 ParseDoSpecialSrc: since we're already being called for each target
make it depend only on the expansion of src that matches.
Otherwise given:

a b c:  ${.TARGET}.x

a b and c will each depend on a.x, b.x and c.x

Further, we only _need_ to do ParseDoSpecialSrc if a .WAIT appears
in the source list - so establish that up front.
2003-03-22 23:41:02 +00:00
bin Fix some typos noted by Soren Jacobsen in PR 20793. 2003-03-22 12:13:03 +00:00
crypto Fix Kerberos 4 procotocol problem mentioned in 2003-03-20 19:20:59 +00:00
dist Fix section in Xref. 2003-03-17 07:30:38 +00:00
distrib move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
doc pppoectl: Add a "-f configfile" option. 2003-03-22 14:41:17 +00:00
etc Correct gunzip behaviour, feed the output into stdout, so the redirect works. 2003-03-22 00:13:35 +00:00
games Some might call them the Wright Bothers, but I prefer Wright Brothers. 2003-03-20 13:46:40 +00:00
gnu Actually rerun mknative on these... 2003-03-20 14:47:36 +00:00
include install mntopts.h 2003-03-22 12:45:51 +00:00
lib remove parameter names to avoid shadowing of globals. 2003-03-22 17:23:09 +00:00
libexec Use "its" instead of "it's" where appropriate. 2003-03-15 23:48:27 +00:00
regress need to initialise the address family before bind(2) ... 2003-03-19 14:04:25 +00:00
rescue Build mount_* individually, since mount and most of mount_* no longer 2003-03-03 02:09:18 +00:00
sbin no need for -I${MOUNT} & .PATH: ${MOUNT} now neither 2003-03-22 19:09:39 +00:00
share mailer.conf uses sendmail by default again. Fix a typo. 2003-03-21 16:49:18 +00:00
sys Unlock ifile inode during streamlined VOP_INACTIVE. 2003-03-22 21:31:41 +00:00
tools FreeBSD #defines putc_unlocked in stdio.h, so guard against that also 2003-03-21 14:40:26 +00:00
usr.bin ParseDoSpecialSrc: since we're already being called for each target 2003-03-22 23:41:02 +00:00
usr.sbin Uppercase MASSBUS, addresses PR 20722. 2003-03-21 23:42:45 +00:00
BUILDING Fix example 3; the build.sh target is "install" not "installworld". 2003-02-08 10:00:33 +00:00
Makefile all: 2003-02-22 03:20:45 +00:00
Makefile.inc
UPDATING add entry for smmsp user/group. 2003-02-06 04:37:59 +00:00
build.sh Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX. 2003-03-14 05:22:50 +00:00