]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/epoch_test/Makefile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / sys / modules / epoch_test / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/tests/epoch
4 KMOD=   epoch_test
5 SRCS=   epoch_test.c
6
7 .include <bsd.kmod.mk>