freebsd-dev/usr.bin/ipcrm/Makefile
David Malone 7f6475cec1 Warns cleanups:
Declare functions in advance of using them
There is no printf specifies %k - I think it was supposed to be %s.
2001-12-03 21:00:33 +00:00

7 lines
59 B
Makefile

# $FreeBSD$
PROG= ipcrm
WARNS?= 2
.include <bsd.prog.mk>