summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/kqueue/Makefile
blob: 5a2d6b0fbf71a210238be7f9757215b43e47e155 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# $FreeBSD$
#

PROG=	kqueue
NOMAN=	yes

kqueue: kqueue.c
	gcc -Wall -o kqueue kqueue.c

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud