makeman: Don't require filemon with MK_DIRDEPS_BUILD.

MFC after:	2 weeks
Reviewed by:	sjg, dim (tested earlier version)
Sponsored by:	Dell EMC
Differential Revision:	https://reviews.freebsd.org/D27134
This commit is contained in:
Bryan Drewery 2020-11-10 18:05:17 +00:00
parent 4426311a3c
commit ad83469d76

View File

@ -178,6 +178,10 @@ LDFLAGS_LAST+= -L${STAGE_LIBDIR}
# we can use this but should not update it.
UPDATE_DEPENDFILE= NO
.endif
# Don't require filemon for makeman.
.if make(showconfig)
UPDATE_DEPENDFILE= NO
.endif
# define the list of places that contain files we are responsible for
.MAKE.META.BAILIWICK = ${SB} ${OBJROOT} ${STAGE_ROOT}