1# $OpenBSD: Makefile,v 1.2 2017/11/16 12:49:32 bluhm Exp $
2
3PROG=	pthread_once
4
5regress:
6	@echo The fix for this bug has been backed out.
7	@echo 'https://marc.info/?l=openbsd-cvs&m=150983604531467&w=2'
8	@echo Wait until guenther@ has fixed the binutils problem
9	@echo with the samba port.
10	@echo DISABLED
11
12.include <bsd.regress.mk>
13