mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
7 lines
112 B
Makefile
7 lines
112 B
Makefile
|
.PATH: ${.CURDIR}/../../dev/mmcnull
|
||
|
|
||
|
KMOD= mmcnull
|
||
|
SRCS= mmcnull.c device_if.h bus_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|