From cd2b9510b724dcc593a47d6a2fee0f2951f698d8 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 30 Jul 2001 17:01:44 +0000 Subject: [PATCH] Make spacing consistant and set WARNS correctly. --- usr.sbin/ancontrol/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/ancontrol/Makefile b/usr.sbin/ancontrol/Makefile index 84d00ec1f0b1..fe33ae171a40 100644 --- a/usr.sbin/ancontrol/Makefile +++ b/usr.sbin/ancontrol/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ -PROG= ancontrol -MAN= ancontrol.8 +PROG= ancontrol +MAN= ancontrol.8 -CFLAGS+= -I${.CURDIR}/../../sys -DANCACHE +CFLAGS+= -I${.CURDIR}/../../sys -DANCACHE -WARNS=2 +WARNS?= 2 .include