From 42e798271cfc2e6f58492f7ca136a2328eeff077 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Mon, 7 May 2007 11:28:01 +0000 Subject: Make logmsg take const char * arguments. Set WARNS to 6. --- usr.bin/logger/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/logger/Makefile') diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile index 922192c..6ff7224 100644 --- a/usr.bin/logger/Makefile +++ b/usr.bin/logger/Makefile @@ -4,6 +4,7 @@ .include PROG= logger +WARNS?= 6 .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 -- cgit v1.1