xref: /freebsd/usr.sbin/route6d/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PROG=	route6d
2MAN=	route6d.8
3
4CFLAGS+= -DHAVE_POLL_H
5
6WARNS?=	1
7
8.include <bsd.prog.mk>
9