]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pstat/Makefile
ifconfig(8): wordsmith -G and -g descriptions
[FreeBSD/FreeBSD.git] / usr.sbin / pstat / Makefile
1
2 PROG=   pstat
3 LINKS=  ${BINDIR}/pstat ${BINDIR}/swapinfo
4 MAN=    pstat.8
5 MLINKS= pstat.8 swapinfo.8
6
7 LIBADD= kvm util
8
9 .include <bsd.prog.mk>