1# $FreeBSD$ 2 3PROG= posixsem 4SRCS= posixsem.c test.c 5LIBADD= kvm 6MAN= 7 8WARNS?= 3 9 10.include <bsd.prog.mk> 11