1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Reduce WARNS to 3 to make it build on ia64/sparc64

Requested by:	maintainer
This commit is contained in:
Rong-En Fan 2007-04-05 08:41:55 +00:00
parent 774a788d97
commit 41c72f18df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189259

View File

@ -7,6 +7,6 @@ MAN= ffs2recov.8
DPADD= ${LIBUFS}
LDADD= -lufs
WARNS?= 6
WARNS?= 3
.include <bsd.prog.mk>