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