diff options
author | art <> | 2002-02-16 01:58:33 +0000 |
---|---|---|
committer | art <> | 2002-02-16 01:58:33 +0000 |
commit | 4c6a4314034909514be76e4f7f380acc6ea72bb5 (patch) | |
tree | bd6756c63559f8a169d350e08c69ca7f86f0f0e1 /src | |
parent | 70f81c9d0c95c0869aef4d609dfa4c31e9d343e7 (diff) | |
download | openbsd-4c6a4314034909514be76e4f7f380acc6ea72bb5.tar.gz openbsd-4c6a4314034909514be76e4f7f380acc6ea72bb5.tar.bz2 openbsd-4c6a4314034909514be76e4f7f380acc6ea72bb5.zip |
popen
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 15dc4d649c..d3290c138f 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2002/01/03 19:18:42 marc Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2002/02/16 01:58:33 art 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 sigreturn | 4 | SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc sigreturn popen |
5 | .if (${MACHINE_ARCH} != "vax") | 5 | .if (${MACHINE_ARCH} != "vax") |
6 | SUBDIR+= ieeefp | 6 | SUBDIR+= ieeefp |
7 | .endif | 7 | .endif |