mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
|
|
.PATH: ${.CURDIR}/../../dev/mmcnull
|
|
|
|
KMOD= mmcnull
|
|
SRCS= mmcnull.c device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|