From 8611569396e7d8aa37bc5e31bf8353f1fbe5cb39 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Sun, 2 Jan 2005 22:14:13 +0000 Subject: [PATCH] Raise WARNS to 6. --- sbin/spppcontrol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile index 88b6297661..1c35994119 100644 --- a/sbin/spppcontrol/Makefile +++ b/sbin/spppcontrol/Makefile @@ -1,8 +1,8 @@ # $FreeBSD: src/sbin/spppcontrol/Makefile,v 1.2.2.2 2001/08/01 09:04:57 obrien Exp $ -# $DragonFly: src/sbin/spppcontrol/Makefile,v 1.2 2003/06/17 04:27:34 dillon Exp $ +# $DragonFly: src/sbin/spppcontrol/Makefile,v 1.3 2005/01/02 22:14:13 cpressey Exp $ PROG= spppcontrol -WARNS?= 2 +WARNS?= 6 MAN= spppcontrol.8 .include -- 2.41.0