From 073cafdd42b9cd60313d46f72dcb8893ae606832 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 2 Jan 2010 11:07:44 +0000 Subject: The last big commit: let usr.sbin/ use WARNS=6 by default. --- usr.sbin/pstat/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.sbin/pstat') diff --git a/usr.sbin/pstat/Makefile b/usr.sbin/pstat/Makefile index 4620dde..414708c 100644 --- a/usr.sbin/pstat/Makefile +++ b/usr.sbin/pstat/Makefile @@ -6,8 +6,6 @@ LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo MAN= pstat.8 MLINKS= pstat.8 swapinfo.8 -WARNS?= 6 - DPADD= ${LIBKVM} ${LIBUTIL} LDADD= -lkvm -lutil -- cgit v1.1