mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
While at it add missing epoch_free() call. MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
9 lines
133 B
Makefile
9 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/tests/epoch
|
|
KMOD= epoch_test
|
|
SRCS= epoch_test.c \
|
|
bus_if.h \
|
|
device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|