diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 00:43:49 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 00:43:49 +0000 |
commit | 6a0662e18a1f841102b6164ade5ef5d0bb949b20 (patch) | |
tree | 4e7ff544f5c6d183674f6cbf37ca481cfc82ca43 /regress/lib/libpthread/sigsuspend | |
parent | 81db65b5e42027ea2afba92a3af1247d6bffd089 (diff) |
convert everything to bsd.regress.mk
Diffstat (limited to 'regress/lib/libpthread/sigsuspend')
-rw-r--r-- | regress/lib/libpthread/sigsuspend/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/lib/libpthread/sigsuspend/Makefile b/regress/lib/libpthread/sigsuspend/Makefile index 4e0c7a93d2f..6d1ff90bb31 100644 --- a/regress/lib/libpthread/sigsuspend/Makefile +++ b/regress/lib/libpthread/sigsuspend/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= sigsuspend -SRCS= sigsuspend.c -.include <bsd.prog.mk> +.include <bsd.regress.mk> |