mirror of
https://github.com/opnsense/src.git
synced 2026-05-15 02:30:35 -04:00
10 lines
130 B
Makefile
10 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/kern
|
|
|
|
KMOD= firmware
|
|
SRCS= subr_firmware.c vnode_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|