summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/lib/Makefile4
-rw-r--r--regress/lib/libc_r/Makefile10
-rw-r--r--regress/lib/libpthread/Makefile10
3 files changed, 12 insertions, 12 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile
index 67763b9b325..7aa34b10168 100644
--- a/regress/lib/Makefile
+++ b/regress/lib/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 2001/08/15 14:38:23 fgsch Exp $
+# $OpenBSD: Makefile,v 1.4 2001/08/23 04:11:02 fgsch Exp $
# $NetBSD: Makefile,v 1.2 1995/04/20 22:38:24 cgd Exp $
-SUBDIR+= libc libc_r
+SUBDIR+= libc
regress: _SUBDIRUSE
diff --git a/regress/lib/libc_r/Makefile b/regress/lib/libc_r/Makefile
index 804d7f12b47..bbc47baea6a 100644
--- a/regress/lib/libc_r/Makefile
+++ b/regress/lib/libc_r/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2001/08/22 15:26:59 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2001/08/23 04:11:03 fgsch Exp $
-#SUBDIR= cancel close cwd execve fork group netdb poll \
-# preemption pthread_cond_timedwait pthread_create \
-# pthread_join pthread_mutex readdir select setjmp signal \
-# sigsuspend sigwait sleep socket stdarg stdio switch
+SUBDIR= cancel close cwd execve fork group netdb poll \
+ preemption pthread_cond_timedwait pthread_create \
+ pthread_join pthread_mutex readdir select setjmp signal \
+ sigsuspend sigwait sleep socket stdarg stdio switch
# Not available or disabled: fcntl, pause, preemption_float and pw
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile
index 804d7f12b47..bbc47baea6a 100644
--- a/regress/lib/libpthread/Makefile
+++ b/regress/lib/libpthread/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2001/08/22 15:26:59 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2001/08/23 04:11:03 fgsch Exp $
-#SUBDIR= cancel close cwd execve fork group netdb poll \
-# preemption pthread_cond_timedwait pthread_create \
-# pthread_join pthread_mutex readdir select setjmp signal \
-# sigsuspend sigwait sleep socket stdarg stdio switch
+SUBDIR= cancel close cwd execve fork group netdb poll \
+ preemption pthread_cond_timedwait pthread_create \
+ pthread_join pthread_mutex readdir select setjmp signal \
+ sigsuspend sigwait sleep socket stdarg stdio switch
# Not available or disabled: fcntl, pause, preemption_float and pw