Add a manual page explaining the format of /etc/manpath.config.
[dragonfly/vkernel-mp.git] / usr.sbin / rtprio / Makefile
blob6f41d6081927286cc9f6df6dabe5ed269d9e9a7b
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.3 2005/02/04 22:32:55 cpressey Exp $
5 PROG= rtprio
6 WARNS?= 6
7 LINKS= ${BINDIR}/rtprio ${BINDIR}/idprio
8 MLINKS= rtprio.1 idprio.1
10 .include <bsd.prog.mk>