mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/tests/epoch
|
||
|
|
KMOD= epoch_test
|
||
|
|
SRCS= epoch_test.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|