diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-05 09:52:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-05 09:52:02 +0000 |
commit | e8bdff0f8a232b63070193c5fcdaee12e71a7e9f (patch) | |
tree | 20af83cdf18b4feee0ef164ca4c45948901d5bbb /regress/lib/libc/Makefile | |
parent | 5013881a89e4a7796fbad098e2abba4eb3fb2856 (diff) |
malloc(n) regression test
Diffstat (limited to 'regress/lib/libc/Makefile')
-rw-r--r-- | regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index be8cde02a76..9d17a520c3a 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:37 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2001/12/05 09:52:01 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1995/04/24 05:52:15 cgd Exp $ -SUBDIR+= _setjmp db regex setjmp sigsetjmp +SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp .endif |