kernel tree reorganization stage 1: Major cvs repository work (not logged as
[dragonfly.git] / usr.sbin / rtprio / Makefile
1 #       from: @(#)Makefile      5.5 (Berkeley) 5/11/90
2 # $FreeBSD: src/usr.sbin/rtprio/Makefile,v 1.6.2.1 2001/04/25 12:10:48 ru Exp $
3 # $DragonFly: src/usr.sbin/rtprio/Makefile,v 1.2 2003/06/17 04:30:03 dillon Exp $
4
5 PROG=   rtprio
6 LINKS=  ${BINDIR}/rtprio ${BINDIR}/idprio
7 MLINKS= rtprio.1 idprio.1
8
9 .include <bsd.prog.mk>