mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
These ports were only built with WARNS=1, because they use certain format extensions. We can use NO_WFORMAT for that instead.
8 lines
104 B
Makefile
8 lines
104 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= last
|
|
|
|
NO_WFORMAT=
|
|
|
|
.include <bsd.prog.mk>
|