Put WARNS into the right place.

This commit is contained in:
Ruslan Ermilov 2001-10-25 17:09:37 +00:00
parent e0e3030796
commit dd1eb0f437
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85492

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= conscontrol
MAN= conscontrol.8
WARNS?= 2
MAN= conscontrol.8
.include <bsd.prog.mk>