mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
it with the correct formatting (%ju, not %lld). GCC's -Wformat does not understand this, so turn on NO_WERROR.
7 lines
100 B
Makefile
7 lines
100 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= tcopy
|
|
NO_WERROR=yes
|
|
|
|
.include <bsd.prog.mk>
|