mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Declare functions in advance of using them There is no printf specifies %k - I think it was supposed to be %s.
6 lines
59 B
Makefile
6 lines
59 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipcrm
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|