]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/posixsem/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / tools / regression / posixsem / Makefile
1 # $FreeBSD$
2
3 PROG=   posixsem
4 SRCS=   posixsem.c test.c
5 DPADD=  ${LIBKVM}
6 LDADD=  -lkvm
7 MAN=
8
9 WARNS?= 3
10
11 .include <bsd.prog.mk>