1984263bcSMatthew Dillon# @(#)Makefile 8.1 (Berkeley) 6/6/93 2984263bcSMatthew Dillon# $FreeBSD: src/usr.sbin/pstat/Makefile,v 1.5.6.1 2001/04/25 12:10:38 ru Exp $ 36dd73847SPeter Avalos# $DragonFly: src/usr.sbin/pstat/Makefile,v 1.8 2008/11/03 00:25:45 pavalos Exp $ 4984263bcSMatthew Dillon 5984263bcSMatthew DillonPROG= pstat 61603f976SJoerg SonnenbergerCFLAGS+=-I${.CURDIR}/../../sys 71c55bd1cSJoerg SonnenbergerCFLAGS+=-DUSE_KCORE 8984263bcSMatthew DillonBINGRP= kmem 9984263bcSMatthew DillonBINMODE=2555 10*9f7c6198SMatthew DillonDPADD= ${LIBKCORE} ${LIBKINFO} ${LIBUTIL} ${LIBKVM} 11*9f7c6198SMatthew DillonLDADD= -lkcore -lkinfo -lutil -lkvm 12984263bcSMatthew DillonMAN= pstat.8 13984263bcSMatthew DillonLINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo 14984263bcSMatthew DillonMLINKS= pstat.8 swapinfo.8 15984263bcSMatthew Dillon 16984263bcSMatthew Dillon.include <bsd.prog.mk> 17