diff options
Diffstat (limited to 'src/regress/lib/libcrypto/x509/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile deleted file mode 100644 index 106a9f2bf2..0000000000 --- a/src/regress/lib/libcrypto/x509/Makefile +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2018/04/07 13:54:46 schwarze Exp $ | ||
| 2 | |||
| 3 | PROG= x509name | ||
| 4 | LDADD= -lcrypto | ||
| 5 | DPADD= ${LIBCRYPTO} | ||
| 6 | WARNINGS= Yes | ||
| 7 | CFLAGS+= -Wall -Werror | ||
| 8 | |||
| 9 | REGRESS_TARGETS=regress-x509name | ||
| 10 | CLEANFILES+= x509name.result | ||
| 11 | |||
| 12 | regress-x509name: ${PROG} | ||
| 13 | ./${PROG} > x509name.result | ||
| 14 | diff -u ${.CURDIR}/x509name.expected x509name.result | ||
| 15 | |||
| 16 | .include <bsd.regress.mk> | ||
