193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
193 B
Makefile
12 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>
|