diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-16 01:58:34 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-16 01:58:34 +0000 |
commit | 12acc88e100b6f8b64ad0526f76e907c1b9cfc97 (patch) | |
tree | 3a2c1f5cf64d0bcf577f084d01290ac4dd06ea2f | |
parent | ddad7dd3d762af10f37311484575aa1cbc97a5b6 (diff) |
popen
-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 15dc4d649c0..d3290c138f3 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2002/01/03 19:18:42 marc Exp $ +# $OpenBSD: Makefile,v 1.5 2002/02/16 01:58:33 art Exp $ # $NetBSD: Makefile,v 1.6 1995/04/24 05:52:15 cgd Exp $ -SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc sigreturn +SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc sigreturn popen .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp .endif |