freebsd/usr.bin/ipcs/Makefile
Eitan Adler 11f4012fa1 ipcs: fix warnings (WARNS=1 -> WARNS=6)
- 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
2015-04-13 19:58:11 +00:00

8 lines
79 B
Makefile

# $FreeBSD$
PROG= ipcs
SRCS= ipcs.c ipc.c
LIBADD= kvm
.include <bsd.prog.mk>