diff options
author | art <> | 2002-02-18 11:25:34 +0000 |
---|---|---|
committer | art <> | 2002-02-18 11:25:34 +0000 |
commit | 18cbd656f0757491935a4f4fc0589e0252667b29 (patch) | |
tree | d6b60521dfc659717d27b6c14779f69a0d23bcf7 /src/regress/lib | |
parent | 069e3aa5df9326c8cf6aa954d4424abf262f1f2c (diff) | |
download | openbsd-18cbd656f0757491935a4f4fc0589e0252667b29.tar.gz openbsd-18cbd656f0757491935a4f4fc0589e0252667b29.tar.bz2 openbsd-18cbd656f0757491935a4f4fc0589e0252667b29.zip |
clean
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/ieeefp/except/Makefile | 6 | ||||
-rw-r--r-- | src/regress/lib/libc/ieeefp/round/Makefile | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/Makefile b/src/regress/lib/libc/ieeefp/except/Makefile index e4b47eec26..ff620e016b 100644 --- a/src/regress/lib/libc/ieeefp/except/Makefile +++ b/src/regress/lib/libc/ieeefp/except/Makefile | |||
@@ -1,7 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2002/02/18 11:22:26 art Exp $ |
2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $ | ||
3 | 2 | ||
4 | PROG= except | 3 | PROG=except |
5 | SRCS= except.c | ||
6 | 4 | ||
7 | .include <bsd.regress.mk> | 5 | .include <bsd.regress.mk> |
diff --git a/src/regress/lib/libc/ieeefp/round/Makefile b/src/regress/lib/libc/ieeefp/round/Makefile index a54671f51e..9ea6dd8c39 100644 --- a/src/regress/lib/libc/ieeefp/round/Makefile +++ b/src/regress/lib/libc/ieeefp/round/Makefile | |||
@@ -1,7 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2002/02/18 11:25:34 art Exp $ |
2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $ | ||
3 | 2 | ||
4 | PROG= round | 3 | PROG= round |
5 | SRCS= round.c | ||
6 | 4 | ||
7 | .include <bsd.regress.mk> | 5 | .include <bsd.regress.mk> |