diff options
| author | cvs2svn <admin@example.com> | 2012-07-13 17:49:56 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2012-07-13 17:49:56 +0000 |
| commit | ee04221ea8063435416c7e6369e6eae76843aa71 (patch) | |
| tree | 821921a1dd0a5a3cece91121e121cc63c4b68128 /src/regress/lib/libc/getaddrinfo/Makefile | |
| parent | adf6731f6e1d04718aee00cb93435143046aee9a (diff) | |
| download | openbsd-eric_g2k12.tar.gz openbsd-eric_g2k12.tar.bz2 openbsd-eric_g2k12.zip | |
This commit was manufactured by cvs2git to create tag 'eric_g2k12'.eric_g2k12
Diffstat (limited to 'src/regress/lib/libc/getaddrinfo/Makefile')
| -rw-r--r-- | src/regress/lib/libc/getaddrinfo/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/regress/lib/libc/getaddrinfo/Makefile b/src/regress/lib/libc/getaddrinfo/Makefile deleted file mode 100644 index d93494cc1c..0000000000 --- a/src/regress/lib/libc/getaddrinfo/Makefile +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.4 2011/07/07 21:00:59 deraadt Exp $ | ||
| 2 | |||
| 3 | PROG= gaitest | ||
| 4 | SRCS= gaitest.c | ||
| 5 | NOMAN= # defined | ||
| 6 | CLEANFILES+= out | ||
| 7 | |||
| 8 | REGRESS_TARGETS=do-test | ||
| 9 | |||
| 10 | do-test: ${PROG} | ||
| 11 | sh ${.CURDIR}/testsuite.sh >out 2>&1 | ||
| 12 | @if diff -u10 out ${.CURDIR}/answer; then \ | ||
| 13 | echo SUCCESS; \ | ||
| 14 | else \ | ||
| 15 | echo FAIL; \ | ||
| 16 | exit 1; \ | ||
| 17 | fi | ||
| 18 | |||
| 19 | .include <bsd.regress.mk> | ||
