mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/rndtest
|
|
KMOD = rndtest
|
|
SRCS = rndtest.c
|
|
SRCS += device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|