From 887c67148e0b0d00140a38a856f3988089a178f5 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 1 Apr 2003 11:11:38 +0000 Subject: [PATCH] This can't obviously be cleaner than system headers. --- sbin/devd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index ff11fb220e1e..7ffa6dabd165 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -3,7 +3,7 @@ PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h MAN= devd.8 devd.conf.5 -#WARNS?= 5 +WARNS?= 1 DPADD= ${LIBL} LDADD= -ll