xref: /openbsd-src/regress/lib/libpthread/setsockopt/1/Makefile (revision ab66dad1efa1073a3da9cf5bd86c48e49a607eee)
1# $OpenBSD: Makefile,v 1.1 2009/12/26 01:34:18 fgsch Exp $
2
3PROG=	setsockopt1
4CFLAGS+= -I${.CURDIR}/../../include
5
6.include <bsd.regress.mk>
7