diff options
author | art <> | 2002-01-01 23:00:52 +0000 |
---|---|---|
committer | art <> | 2002-01-01 23:00:52 +0000 |
commit | 12500c11cd028a3e4cbb42f43ab235ae1e5dc00e (patch) | |
tree | 7f453184f0acf115b25b01951e426ecd621e37e8 /src/regress/lib/libc/ieeefp/except | |
parent | e4fe8cb2822189b368e582b684f1b687cd745a7f (diff) | |
download | openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.gz openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.bz2 openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.zip |
trivial conversions to bsd.regress.mk
Diffstat (limited to 'src/regress/lib/libc/ieeefp/except')
-rw-r--r-- | src/regress/lib/libc/ieeefp/except/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/Makefile b/src/regress/lib/libc/ieeefp/except/Makefile index ad9698f74f..e4b47eec26 100644 --- a/src/regress/lib/libc/ieeefp/except/Makefile +++ b/src/regress/lib/libc/ieeefp/except/Makefile | |||
@@ -1,13 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ |
2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $ | 2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $ |
3 | 3 | ||
4 | PROG= except | 4 | PROG= except |
5 | SRCS= except.c | 5 | SRCS= except.c |
6 | NOMAN= | ||
7 | 6 | ||
8 | install: | 7 | .include <bsd.regress.mk> |
9 | |||
10 | regress: ${PROG} | ||
11 | ./${PROG} | ||
12 | |||
13 | .include <bsd.prog.mk> | ||