freebsd-dev/usr.sbin/pstat/Makefile
Giorgos Keramidas 00191f86e0 Use a designator for initializing only one member of the nlist
structs, making pstat WARNS=3 clean on i386, sparc64 and amd64.

Bump WARNS level to 3.

Approved by:	sam, pjd
2005-03-21 18:11:31 +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?= 3
DPADD= ${LIBKVM} ${LIBUTIL}
LDADD= -lkvm -lutil
.include <bsd.prog.mk>