From 9b380e30d4e06cf0243e311871dc27cfa4a6354a Mon Sep 17 00:00:00 2001 From: ed 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/logger/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/logger/Makefile') diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile index 6ff7224..922192c 100644 --- a/usr.bin/logger/Makefile +++ b/usr.bin/logger/Makefile @@ -4,7 +4,6 @@ .include PROG= logger -WARNS?= 6 .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 -- cgit v1.1