mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -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>
|