freebsd-dev/bin
Marcel Moolenaar 937b0a997b Work better with how make/bmake works:
1.  Avoid a cd back into ${.CURDIR} to run mkbuiltins when we know make
    will first cd into ${.OBJDIR}. Keep the cwd to what make sets it to.
2.  Don't tell mkbuiltins where to write to (= ${.OBJDIR}), but where to
    get sources from (= ${.CURDIR}). This to compensate for point 1.

This fixes a problem with bmake's mk files that optimize ${.OBJDIR} to
expand to "." after changing cwd, not taking into account that the
target is pretty much undoing that and not getting the full path to the
object tree anymore.
2012-05-24 19:48:15 +00:00
..
cat
chflags
chio
chmod
cp
csh
date
dd
df
domainname
echo
ed Add build option MK_ED_CRYPTO to control whether ed(1) is to have the 2012-05-19 17:55:49 +00:00
expr Remove redundant declaration of yyparse 2012-05-22 03:01:54 +00:00
getfacl
hostname
kenv I forgot to bump the manpage date. 2012-05-12 02:49:40 +00:00
kill
ln
ls Add build opton MK_LS_COLORS to control whether ls(1) supports colors 2012-05-19 18:05:00 +00:00
mkdir
mv
pax
pkill
ps Add 'cow' keyword to show per-process cow count. 2012-05-23 18:11:36 +00:00
pwait
pwd
rcp Remove unused header (libutil.h) 2012-05-17 20:29:15 +00:00
realpath
rm
rmail
rmdir
setfacl
sh Work better with how make/bmake works: 2012-05-24 19:48:15 +00:00
sleep
stty mdoc: fix column names, indentation, column separation within each row, and 2012-04-07 09:05:30 +00:00
sync
test Minor mdoc nits. 2012-05-13 14:16:04 +00:00
uuidgen Mention the upper hard limit for -n option. Patch slightly modified 2012-05-23 16:19:19 +00:00
Makefile
Makefile.inc