diff options
author | deraadt <> | 2001-12-05 09:52:01 +0000 |
---|---|---|
committer | deraadt <> | 2001-12-05 09:52:01 +0000 |
commit | b8e9b8d08ebac2bb596ff4717b4b79653d3acd48 (patch) | |
tree | a15f5b1d69aad70bc42f49be50a2d5155320b553 /src/regress/lib/libc/Makefile | |
parent | e6969fd8586f3967bd8ccc6245fb6ea9c7d85618 (diff) | |
download | openbsd-b8e9b8d08ebac2bb596ff4717b4b79653d3acd48.tar.gz openbsd-b8e9b8d08ebac2bb596ff4717b4b79653d3acd48.tar.bz2 openbsd-b8e9b8d08ebac2bb596ff4717b4b79653d3acd48.zip |
malloc(n) regression test
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index be8cde02a7..9d17a520c3 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:37 niklas Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2001/12/05 09:52:01 deraadt Exp $ |
2 | # $NetBSD: Makefile,v 1.6 1995/04/24 05:52:15 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.6 1995/04/24 05:52:15 cgd Exp $ |
3 | 3 | ||
4 | SUBDIR+= _setjmp db regex setjmp sigsetjmp | 4 | SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc |
5 | .if (${MACHINE_ARCH} != "vax") | 5 | .if (${MACHINE_ARCH} != "vax") |
6 | SUBDIR+= ieeefp | 6 | SUBDIR+= ieeefp |
7 | .endif | 7 | .endif |