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