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