1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/tests/epoch
4KMOD=	epoch_test
5SRCS=	epoch_test.c
6
7.include <bsd.kmod.mk>
8