diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index 85d409d073c5..4b9b4ca6ae11 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/02 19:27:46 cl Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/21 16:08:47 christos Exp $ .include @@ -17,7 +17,7 @@ ARCHSUBDIR= ${MACHINE_CPU} SUBDIR+= atexit barrier1 cancel2 cond1 cond2 cond3 cond4 cond5 condcancel1 \ exit1 fork mutex1 mutex2 mutex3 mutex4 name once1 once2 \ - preempt1 sem sigalarm sigmask1 siglongjmp1 sigsuspend + preempt1 resolv sem sigalarm sigmask1 siglongjmp1 sigsuspend .endif