diff options
Diffstat (limited to 'regress/lib/libc_r/pthread_create')
-rw-r--r-- | regress/lib/libc_r/pthread_create/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/lib/libc_r/pthread_create/Makefile b/regress/lib/libc_r/pthread_create/Makefile index 8ecea5ff1ca..ac499b0615a 100644 --- a/regress/lib/libc_r/pthread_create/Makefile +++ b/regress/lib/libc_r/pthread_create/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:16 fgsch Exp $ +# $OpenBSD: Makefile,v 1.2 2002/01/03 00:43:47 art Exp $ PROG= pthread_create -SRCS= pthread_create.c -.include <bsd.prog.mk> +.include <bsd.regress.mk> |