]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pstat/Makefile
This commit was generated by cvs2svn to compensate for changes in r98841,
[FreeBSD/FreeBSD.git] / usr.sbin / pstat / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   pstat
5 WARNS?= 2
6 LINKS=  ${BINDIR}/pstat ${BINDIR}/swapinfo
7 MAN=    pstat.8
8 MLINKS= pstat.8 swapinfo.8
9 WARNS?= 4
10
11 DPADD=  ${LIBKVM}
12 LDADD=  -lkvm
13
14 .include <bsd.prog.mk>