1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00

kmod.mk: Support a beforebuild target such as bsd.prog.mk has.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-02-08 20:57:12 +00:00
parent 595b2caa3f
commit bbc7e0d690
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295413

View File

@ -249,7 +249,8 @@ _ILINKS+=x86
.endif
CLEANFILES+=${_ILINKS}
all: objwarn ${PROG}
all: beforebuild .WAIT ${PROG}
beforebuild: objwarn
beforedepend: ${_ILINKS}