d6b57c13c4
Approved by: rwatson (mentor) MFC after: 1 month
9 lines
115 B
Makefile
9 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
|
|
KMOD= firmware
|
|
SRCS= subr_firmware.c vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|