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>
|