51b671f6de
These ports were only built with WARNS=1, because they use certain format extensions. We can use NO_WFORMAT for that instead.
9 lines
99 B
Makefile
9 lines
99 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= leave
|
|
|
|
NO_WFORMAT=
|
|
|
|
.include <bsd.prog.mk>
|