summaryrefslogtreecommitdiffstats
path: root/tools/regression/kqueue/Makefile
blob: 45372493c6fc0fcda11efc0fa169d5fe5f601d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$
#
# svn://mark.heily.com/libkqueue/trunk/test
# Last update: r114
#
# libkqueue and test suite by Mark Heily <mark@heily.com>
#

PROG=kqtest
SRCS=			\
	main.c		\
	read.c		\
	timer.c		\
	vnode.c		\
	proc.c		\
	signal.c	\
	user.c
NO_MAN=
WARNS?=	2

.include "bsd.prog.mk"
OpenPOWER on IntegriCloud