diff options
author | art <> | 2002-02-16 01:55:09 +0000 |
---|---|---|
committer | art <> | 2002-02-16 01:55:09 +0000 |
commit | 70f81c9d0c95c0869aef4d609dfa4c31e9d343e7 (patch) | |
tree | 4d1ef2303b40eef160dc19d8437fb6fd9e712c23 /src/regress/lib/libc/popen/Makefile | |
parent | f8d13c256e9c61e3b52d9a8d657bbf771d62cb40 (diff) | |
download | openbsd-70f81c9d0c95c0869aef4d609dfa4c31e9d343e7.tar.gz openbsd-70f81c9d0c95c0869aef4d609dfa4c31e9d343e7.tar.bz2 openbsd-70f81c9d0c95c0869aef4d609dfa4c31e9d343e7.zip |
Tests for popen(3). From NetBSD.
Diffstat (limited to 'src/regress/lib/libc/popen/Makefile')
-rw-r--r-- | src/regress/lib/libc/popen/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/popen/Makefile b/src/regress/lib/libc/popen/Makefile new file mode 100644 index 0000000000..25b8668a7a --- /dev/null +++ b/src/regress/lib/libc/popen/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2002/02/16 01:55:09 art Exp $ | ||
2 | |||
3 | PROG=popen | ||
4 | |||
5 | .include <bsd.regress.mk> | ||