mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
7f6475cec1
Declare functions in advance of using them There is no printf specifies %k - I think it was supposed to be %s.
7 lines
59 B
Makefile
7 lines
59 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipcrm
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|