# $RuOBSD: Makefile,v 1.2 2005/10/05 21:01:41 form Exp $

PROG=	kevent
MAN=

CFLAGS+=-W -Wall -Werror -Winline -Wshadow -Wcast-qual -Wpointer-arith
CFLAGS+=-Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes
CFLAGS+=-pedantic

.include <bsd.prog.mk>
