diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-18 11:22:27 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-18 11:22:27 +0000 |
commit | 6e85d91208f6175b76251d2a487336bbca0d56f5 (patch) | |
tree | 60e10208ff998cd6a49e4875f30b7f8847deda78 /regress/lib/libc | |
parent | 9bd65ed8ba991089de89864bbd7dab960cc7913b (diff) |
clean
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/ieeefp/except/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/regress/lib/libc/ieeefp/except/Makefile b/regress/lib/libc/ieeefp/except/Makefile index e4b47eec263..ff620e016bb 100644 --- a/regress/lib/libc/ieeefp/except/Makefile +++ b/regress/lib/libc/ieeefp/except/Makefile @@ -1,7 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ -# $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $ +# $OpenBSD: Makefile,v 1.4 2002/02/18 11:22:26 art Exp $ -PROG= except -SRCS= except.c +PROG=except .include <bsd.regress.mk> |