]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/route6d/Makefile
kldxref: Tidy error handling for invalid addresses
[FreeBSD/FreeBSD.git] / usr.sbin / route6d / Makefile
1
2 PROG=   route6d
3 MAN=    route6d.8
4
5 CFLAGS+= -DHAVE_POLL_H
6
7 WARNS?= 1
8
9 .include <bsd.prog.mk>