1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-30 08:19:09 +00:00

Lower warning to allow building with gcc

This commit is contained in:
Baptiste Daroussin 2014-11-22 22:11:35 +00:00
parent 2421b90f47
commit 71bcdff764
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274896

View File

@ -7,4 +7,6 @@ PROG= demandoc
LDADD= ${LDMANDOC}
DPADD= ${LIBMANDOC}
WARNS?= 5
.include <bsd.prog.mk>