From b7946da96b4498519f66f3f5fe72d1474bf13f7d Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 2 Jan 2010 10:27:05 +0000 Subject: Build usr.bin/ with WARNS=6 by default. Also add some missing $FreeBSD$ to keep svn happy. --- usr.bin/w/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/w') diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index f53d8c7d5d918..5111cb81d6569 100644 --- a/usr.bin/w/Makefile +++ b/usr.bin/w/Makefile @@ -10,6 +10,8 @@ LDADD= -lkvm -lulog -lutil #BINMODE=2555 LINKS= ${BINDIR}/w ${BINDIR}/uptime +WARNS?= 1 + .PATH: ${.CURDIR}/../../bin/ps .include -- cgit v1.3