Avoid having a binary file in our source tree and instead create it at

build time, to avoid possible grief maintaining FreeBSD source in
alternative version control tools.
This commit is contained in:
Ed Maste 2011-03-31 15:12:40 +00:00
parent 5600c92750
commit ce5a491af8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220205
2 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,8 @@
KMOD= beastie
FIRMWS= firmware.img:beastie
firmware.img: firmware.img.in
cp ${.ALLSRC} ${.TARGET}
printf '\0\0\0\0\0' >> ${.TARGET}
.include <bsd.kmod.mk>