11f4012fa1
- fix shadow warnings - change type from off_t to size_t which is more correct and avoids signed/unsigned compare - use new initializer format to avoid "missing values" warning Reviewed by: jhb
8 lines
79 B
Makefile
8 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipcs
|
|
SRCS= ipcs.c ipc.c
|
|
LIBADD= kvm
|
|
|
|
.include <bsd.prog.mk>
|