mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
9 lines
125 B
Makefile
9 lines
125 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/mmcnull
|
||
|
|
|
||
|
|
KMOD= mmcnull
|
||
|
|
SRCS= mmcnull.c device_if.h bus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|