|
Description
|
6409350 made this change in cmd/devfsadm/Makefile.com
- $(MISC_LINK_ISA).c
+ $(LINK_SRCS_($MACH))
As a result, it's not linting all the right files, and fixing it
shows one lint problem that needs fixing. LINK_OBJS is similarly
wrong, causing make clean to be incomplete.
|