summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ancontrol
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-07-30 17:01:44 +0000
committerbrooks <brooks@FreeBSD.org>2001-07-30 17:01:44 +0000
commit5f7f94bf12427f0150126c3c11b9a7dc1915d931 (patch)
tree2c8c75cd1e17ca94d9e174a5cc6496113a89dfab /usr.sbin/ancontrol
parentc25217007ca343d3c1138f765468e38626ec0c2d (diff)
downloadFreeBSD-src-5f7f94bf12427f0150126c3c11b9a7dc1915d931.zip
FreeBSD-src-5f7f94bf12427f0150126c3c11b9a7dc1915d931.tar.gz
Make spacing consistant and set WARNS correctly.
Diffstat (limited to 'usr.sbin/ancontrol')
-rw-r--r--usr.sbin/ancontrol/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ancontrol/Makefile b/usr.sbin/ancontrol/Makefile
index 84d00ec..fe33ae1 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud