]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/rtprio/Makefile
Fix integer overflow in IGMP protocol. [SA-15:04]
[FreeBSD/releng/10.0.git] / usr.sbin / rtprio / Makefile
1 #       from: @(#)Makefile      5.5 (Berkeley) 5/11/90
2 # $FreeBSD$
3
4 PROG=   rtprio
5 LINKS=  ${BINDIR}/rtprio ${BINDIR}/idprio
6 MLINKS= rtprio.1 idprio.1
7
8 WARNS?= 2
9
10 .include <bsd.prog.mk>