Build last(1) and leave(1) with WARNS=6.

These ports were only built with WARNS=1, because they use certain
format extensions. We can use NO_WFORMAT for that instead.
This commit is contained in:
Ed Schouten 2011-10-14 07:26:20 +00:00
parent b173dd440b
commit 51b671f6de
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
PROG= last
WARNS?= 1
NO_WFORMAT=
.include <bsd.prog.mk>

View File

@ -3,6 +3,6 @@
PROG= leave
WARNS?= 1
NO_WFORMAT=
.include <bsd.prog.mk>