freebsd-dev/usr.sbin/amd
Enji Cooper 81a687a7ff Fix build after r314656
Some of the changes I introduced to use .ALLSRC were correct in spirit,
but incorrect in reality -- in particular, ../Makefile.inc hadn't been
pulled in via bsd.init.mk (via bsd.lib.mk, bsd.prog.mk), so the value
of .ALLSRC (evaluated immediately) was empty. .include bsd.init.mk
explicitly so we can be certain that the values used as dependencies in
the targets are defined when the target recipe has been evaluated.

Reminder: thou shalt separate out separate functional changes before
          committing them.

(YUGE) Pointyhat to:	ngie
In collaboration with:	bdrewery
MFC after:	1 month
Reported by:	Jenkins, cy, ler, O. Hartmann, Michael Butler
Sponsored by:	Dell EMC Isilon
2017-03-04 20:35:34 +00:00
..
amd Fix build after r314656 2017-03-04 20:35:34 +00:00
amq Switch from .CURDIR to the simpler, more legible SRCTOP. 2016-09-14 01:47:01 +00:00
fixmount Switch from .CURDIR to the simpler, more legible SRCTOP. 2016-09-14 01:47:01 +00:00
fsinfo MFV r305100: Update amd from am-utils 6.1.5 to 6.2. 2016-11-11 02:42:53 +00:00
hlfsd Switch from .CURDIR to the simpler, more legible SRCTOP. 2016-09-14 01:47:01 +00:00
include Conditionalize wrap(3) use based on MK_TCP_WRAPPERS instead of 2017-01-06 04:22:25 +00:00
libamu Fix build after r314656 2017-03-04 20:35:34 +00:00
mk-amd-map Switch from .CURDIR to the simpler, more legible SRCTOP. 2016-09-14 01:47:01 +00:00
pawd Switch from .CURDIR to the simpler, more legible SRCTOP. 2016-09-14 01:47:01 +00:00
scripts Switch from .CURDIR to the simpler, more legible SRCTOP. 2016-09-14 01:47:01 +00:00
wire-test Switch from .CURDIR to the simpler, more legible SRCTOP. 2016-09-14 01:47:01 +00:00
Makefile Add more SUBDIR_PARALLEL. 2015-09-26 14:13:51 +00:00
Makefile.inc usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:38:03 +00:00
NOTES