NetBSD/share
lukem 180444c2a0 Rework .s.{o,po,so} and .S.{o,po,so} to be more like the <bsd.sys.mk> rules:
- support ${COPTS.<fn>} ${CPUFLAGS.<fn>} ${CPPFLAGS.<fn>}
  (deficiency noted by Tyler Retzlaff <rtr@NetBSD.org>)
- use ${COMPILE.s} for .s.o .s.po .s.so (instead of ${COMPILE.S})
- don't support AINC anymore; append to AFLAGS instead

Remove .c.ln - it was a duplicate of the rule in <bsd.sys.mk>
2004-04-18 13:11:31 +00:00
..
dict
doc Add my paper from BSDCon 2002 about Sushi: 2004-03-09 20:47:40 +00:00
examples Add trailing semicolons to lines that need it. 2004-02-05 11:41:15 +00:00
i18n Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
locale Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
man Rather than using RB_EMPTY() for checking if a splay tree is empty, 2004-04-14 11:05:19 +00:00
me Don't remove ${.TARGET} - thanks Alexander for pointing it out. 2004-03-20 20:41:33 +00:00
misc add AVP 2004-04-02 14:41:59 +00:00
mk Rework .s.{o,po,so} and .S.{o,po,so} to be more like the <bsd.sys.mk> rules: 2004-04-18 13:11:31 +00:00
nls
sushi Fixes to sushi for handling ipv6 autoconfiguration mode in the rc.conf 2004-03-24 18:47:08 +00:00
tabset
termcap Add termcap entry for Olivetti M10 and compatibles. From Christian Biere 2004-04-04 07:49:53 +00:00
tmac Add README detailing where current versions of the files 2004-03-29 21:36:45 +00:00
wscons Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00
zoneinfo Use find . -type f | while read ... ${INSTALL} ... instead of ${PAX} 2004-01-30 04:30:51 +00:00
Makefile
Makefile.inc