mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 07:44:13 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
193 B
Makefile
11 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= otusfw_init
|
|
FIRMWS= otusfw_init:otusfw_init:1
|
|
|
|
CLEANFILES= otus_init
|
|
|
|
otusfw_init: ${SRCTOP}/sys/contrib/dev/otus/otus-init
|
|
cp ${.ALLSRC} ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|