mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
03e5b81db4
include this in the old makefiles. I intended to fix only the private maninstall rule but found a lot of other bogons and bugs: - strong resistance to installing the program anywhere other than ${DESTDIR}/usr/bin (first, ../../Makefile.inc was not included. ../Makefile/inc was redundantly included instead. Second, /usr/bin was hard coded). - the owner, group and permissions were hard coded. - the man page was installed twice. - MANDEPEND wasn't necessary. - calculations to determine the obj directory weren't necessary. - there were unnecessary private rules for depend, rcsfreeze and tags. We don't support the rcsfreeze target. - there was an extra, bogus, rule for `all'. The final version uses suffix rules to eliminate the remaining verboseness involving directories (${.CURDIR}) and to potentially allow multiple shell programs in one directory. |
||
---|---|---|
.. | ||
as | ||
awk | ||
bc | ||
binutils/gdb | ||
cc | ||
cpio | ||
cvs | ||
dc | ||
dialog | ||
diff | ||
diff3 | ||
gdb | ||
grep | ||
groff | ||
gzip | ||
ld | ||
man | ||
mkisofs | ||
patch | ||
perl | ||
pr | ||
ptx | ||
rcs | ||
sdiff | ||
send-pr | ||
sort | ||
tar | ||
texinfo | ||
yppush | ||
Makefile | ||
Makefile.inc |