From dd1eb0f4372b9a3bc209bc75290e86d97cbdaba5 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 25 Oct 2001 17:09:37 +0000 Subject: [PATCH] Put WARNS into the right place. --- sbin/conscontrol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/conscontrol/Makefile b/sbin/conscontrol/Makefile index 9014d80ad55..fabb3defc96 100644 --- a/sbin/conscontrol/Makefile +++ b/sbin/conscontrol/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= conscontrol -MAN= conscontrol.8 WARNS?= 2 +MAN= conscontrol.8 .include