1# $FreeBSD$
2
3PROG=	ipcs
4SRCS=	ipcs.c ipc.c
5DPADD=	${LIBKVM}
6LDADD=	-lkvm
7
8WARNS?=	1
9
10.include <bsd.prog.mk>
11