mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
adding \0 bytes). This is a technique that would be used in an actual driver and is more suitable as an example. Reviewed by: mlaier
11 lines
174 B
Makefile
11 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= beastie
|
|
FIRMWS= firmware.img:beastie
|
|
|
|
CLEANFILES= firmware.img
|
|
|
|
firmware.img: firmware.img.uu
|
|
uudecode -p ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|