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