blob: 0b06fddcfeebd3ae4199f8dbb6c820d77bcff7f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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>
|