freebsd-dev/usr.sbin/pstat/Makefile
Stanislav Sedov 52074d389f - Make pstat(8) WARNS=6 safe.
- While here, eliminate the check for len > 0 in ttymode_sysctl
  as the code is able to handle this case well.

Reviewed by:	ed (initial version)
2009-06-11 17:03:28 +00:00

15 lines
228 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= pstat
LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
MAN= pstat.8
MLINKS= pstat.8 swapinfo.8
WARNS?= 6
DPADD= ${LIBKVM} ${LIBUTIL}
LDADD= -lkvm -lutil
.include <bsd.prog.mk>