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