1
2PROG=	rtprio
3LINKS=  ${BINDIR}/rtprio ${BINDIR}/idprio
4MLINKS= rtprio.1 idprio.1
5
6WARNS?=	2
7
8.include <bsd.prog.mk>
9