aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/posixsem/Makefile
blob: 5f73a72376d456f897b02e27710fbbf45e1d421f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

PROG=	posixsem
SRCS=	posixsem.c test.c
LIBADD=	kvm
MAN=

WARNS?=	3

.include <bsd.prog.mk>