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>
|