mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
207a4c998a
correct for C sources that are compiled by cc, while cpp (/usr/bin/cpp) is bogus since it invokes /usr/libexec/cpp with different flags. 1.1.5 uses plain cc. This should be equivalent after -M is added, but cc -M foo.s is completely broken (it invokes the assembler) while cc -E -M foo.s just does nothing instead of generating a foo.o: foo.s dependency. IF $MKDEP_CPP is set, use it as the cpp instead of cc -E. Assembler sources that are preprocessed using cpp directly should be mkdep'ed with MKDEP_CPP=cpp. Such sources shouldn't exist but we still have lots. foo.S should be compiled by cc -traditional (cc will invoke the preprocessor) and foo.s should be compiled by cc (cc won't invoke the preprocessor). |
||
---|---|---|
.. | ||
apply | ||
apropos | ||
ar | ||
at | ||
banner | ||
basename | ||
bdes | ||
biff | ||
cal | ||
calendar | ||
cap_mkdb | ||
checknr | ||
chflags | ||
chpass | ||
cksum | ||
cmp | ||
col | ||
colcrt | ||
colrm | ||
column | ||
comm | ||
compress | ||
cpp | ||
ctags | ||
cut | ||
diff | ||
dirname | ||
du | ||
env | ||
error | ||
expand | ||
f2c | ||
false | ||
file | ||
find | ||
finger | ||
fmt | ||
fold | ||
fpr | ||
from | ||
fsplit | ||
fstat | ||
ftp | ||
gcore | ||
getopt | ||
gprof | ||
grep/egrep | ||
head | ||
hexdump | ||
id | ||
indent | ||
join | ||
jot | ||
kdump | ||
key | ||
keyinfo | ||
keyinit | ||
ktrace | ||
lam | ||
last | ||
lastcomm | ||
ld | ||
ldd | ||
leave | ||
lex | ||
locate | ||
lock | ||
logger | ||
login | ||
logname | ||
look | ||
lorder | ||
m4 | ||
make | ||
man | ||
mesg | ||
mkdep | ||
mkfifo | ||
mklocale | ||
mkstr | ||
modstat | ||
more | ||
msgs | ||
mt | ||
netstat | ||
nfsstat | ||
nice | ||
nm | ||
nohup | ||
pagesize | ||
passwd | ||
paste | ||
patch | ||
pr | ||
printenv | ||
printf | ||
quota | ||
ranlib | ||
rdist | ||
renice | ||
rev | ||
rlogin | ||
rpcgen | ||
rpcinfo | ||
rs | ||
rsh | ||
rup | ||
ruptime | ||
rusers | ||
rwall | ||
rwho | ||
sccs | ||
script | ||
sed | ||
shar | ||
showmount | ||
size | ||
soelim | ||
sort | ||
split | ||
strings | ||
strip | ||
su | ||
symorder | ||
systat | ||
tail | ||
talk | ||
tcopy | ||
tee | ||
telnet | ||
tftp | ||
time | ||
tip | ||
tn3270 | ||
touch | ||
tput | ||
tr | ||
true | ||
tset | ||
tsort | ||
tty | ||
ul | ||
uname | ||
unexpand | ||
unifdef | ||
uniq | ||
unvis | ||
users | ||
uucp | ||
uudecode | ||
uuencode | ||
vacation | ||
vgrind | ||
vi | ||
vis | ||
vmstat | ||
w | ||
wall | ||
wc | ||
what | ||
whatis | ||
whereis | ||
who | ||
whois | ||
window | ||
write | ||
xargs | ||
xinstall | ||
xstr | ||
yacc | ||
yes | ||
ypcat | ||
ypmatch | ||
ypwhich | ||
Makefile | ||
Makefile.inc |