Make spacing consistant and set WARNS correctly.

This commit is contained in:
Brooks Davis 2001-07-30 17:01:44 +00:00
parent 84f77e557e
commit cd2b9510b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80654

View File

@ -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>