freebsd-dev/tools/regression/kqueue/Makefile
Ulrich Spörlein 47e1a877c5 Always assign WARNS using ?=
- fix some nearby style bugs
- include Makefile.inc where it makes sense and reduces duplication

Approved by:	ed (co-mentor)
2010-03-02 16:58:04 +00:00

22 lines
282 B
Makefile

# $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"