mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
16 lines
273 B
Makefile
16 lines
273 B
Makefile
TESTSDIR= ${TESTSBASE}/sys/kqueue/libkqueue
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
# libkqueue and test suite by Mark Heily <mark@heily.com>
|
|
PLAIN_TESTS_C= kqueue_test
|
|
|
|
SRCS.kqueue_test= \
|
|
main.c \
|
|
read.c \
|
|
timer.c \
|
|
vnode.c \
|
|
proc.c \
|
|
signal.c \
|
|
user.c
|
|
|
|
.include <bsd.test.mk>
|