freebsd-dev/usr.bin/leave/Makefile
Ed Schouten 51b671f6de 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.
2011-10-14 07:26:20 +00:00

9 lines
99 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= leave
NO_WFORMAT=
.include <bsd.prog.mk>