]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pstat/Makefile
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / usr.sbin / pstat / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   pstat
5 LINKS=  ${BINDIR}/pstat ${BINDIR}/swapinfo
6 MAN=    pstat.8
7 MLINKS= pstat.8 swapinfo.8
8
9 LIBADD= kvm util
10
11 .include <bsd.prog.mk>