summaryrefslogtreecommitdiff
path: root/sys/modules/epoch_test/Makefile
blob: c0d16756e86d7c3c83a4ee20e1b8e106d0bb1865 (plain)
1
2
3
4
5
6
7
.PATH: ${SRCTOP}/sys/tests/epoch
KMOD=	epoch_test
SRCS=	epoch_test.c \
	bus_if.h \
	device_if.h

.include <bsd.kmod.mk>