]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/pstat/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 WARNS?= 6
10
11 DPADD=  ${LIBKVM} ${LIBUTIL}
12 LDADD=  -lkvm -lutil
13
14 .include <bsd.prog.mk>