mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 23:54:38 +01:00
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>
|