diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-01-03 19:18:43 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-01-03 19:18:43 +0000 |
commit | 4602cd6dc82fc66a9f169a963671a3599a004ac4 (patch) | |
tree | 927cc1105e4bd196b4c857f9cf0ab63623764f8c /regress/lib/libc/Makefile | |
parent | e342c1ed0511fcf707dc6d00677133727085d348 (diff) |
add sigreturn subdir
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 9d17a520c3a..15dc4d649c0 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2001/12/05 09:52:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2002/01/03 19:18:42 marc Exp $ # $NetBSD: Makefile,v 1.6 1995/04/24 05:52:15 cgd Exp $ -SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc +SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc sigreturn .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp .endif |