summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/socket/2/Makefile
blob: 9fc7ca397ea0001c0f28de23277fced12d504c3b (plain)
1
2
3
4
5
6
7
# $OpenBSD: Makefile,v 1.2 2002/01/03 00:43:48 art Exp $

PROG=	socket2
CFLAGS+= -I${.CURDIR}/../../include
CLEANFILES+= socket2a

.include <bsd.regress.mk>