# $FreeBSD$ # # svn://mark.heily.com/libkqueue/trunk/test # Last update: r114 # # libkqueue and test suite by Mark Heily # 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"