mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/rndtest
|
||
|
|
KMOD = rndtest
|
||
|
|
SRCS = rndtest.c
|
||
|
|
SRCS += device_if.h bus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|