Make spacing consistant and set WARNS correctly.
This commit is contained in:
parent
84f77e557e
commit
cd2b9510b7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user