Makefile revision 175383
1# $FreeBSD: head/tools/regression/posixshm/Makefile 175383 2008-01-16 15:51:24Z jhb $
2
3PROG=	posixshm
4SRCS=	posixshm.c test.c
5NO_MAN=
6
7WARNS?=	3
8
9.include <bsd.prog.mk>
10