xref: /openbsd/regress/lib/libpthread/poll/Makefile (revision 09467b48)
1# $OpenBSD: Makefile,v 1.3 2016/09/20 17:04:35 otto Exp $
2
3PROG=	poll
4LDADD=	-lutil
5.include <bsd.regress.mk>
6