diff options
author | marc <> | 2002-01-03 19:18:42 +0000 |
---|---|---|
committer | marc <> | 2002-01-03 19:18:42 +0000 |
commit | cb38e5ac38d7042b70d5da2d8b3e1d08b2723e63 (patch) | |
tree | 304552877e53443b2e5331376f1b7677469b257a /src | |
parent | 7dc54dc36ba7aa6962798fabe4ffbe053024877a (diff) | |
download | openbsd-cb38e5ac38d7042b70d5da2d8b3e1d08b2723e63.tar.gz openbsd-cb38e5ac38d7042b70d5da2d8b3e1d08b2723e63.tar.bz2 openbsd-cb38e5ac38d7042b70d5da2d8b3e1d08b2723e63.zip |
add sigreturn subdir
Diffstat (limited to 'src')
-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 9d17a520c3..15dc4d649c 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2001/12/05 09:52:01 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2002/01/03 19:18:42 marc 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 malloc | 4 | SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc sigreturn |
5 | .if (${MACHINE_ARCH} != "vax") | 5 | .if (${MACHINE_ARCH} != "vax") |
6 | SUBDIR+= ieeefp | 6 | SUBDIR+= ieeefp |
7 | .endif | 7 | .endif |