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