1
2PROG=	route6d
3MAN=	route6d.8
4
5CFLAGS+= -DHAVE_POLL_H
6
7WARNS?=	1
8
9.include <bsd.prog.mk>
10