.PATH: ${.CURDIR}/.. ${.CURDIR}/../..

PROG=	filter-monkey
SRCS=	filter_monkey.c

NOMAN=	noman

.include <bsd.prog.mk>
