diff options
Diffstat (limited to 'src/regress/usr.bin/openssl/options/Makefile')
| -rw-r--r-- | src/regress/usr.bin/openssl/options/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/regress/usr.bin/openssl/options/Makefile b/src/regress/usr.bin/openssl/options/Makefile deleted file mode 100644 index ba3857ad39..0000000000 --- a/src/regress/usr.bin/openssl/options/Makefile +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2014/12/28 14:01:33 jsing Exp $ | ||
| 2 | |||
| 3 | PROG= optionstest | ||
| 4 | SRCS= optionstest.c | ||
| 5 | |||
| 6 | LDADD= -lcrypto -lssl | ||
| 7 | DPADD= ${LIBCRYPTO} ${LIBSSL} | ||
| 8 | |||
| 9 | OSSLSRC= ${.CURDIR}/../../../../usr.bin/openssl/ | ||
| 10 | CFLAGS+= -I${OSSLSRC} | ||
| 11 | |||
| 12 | .PATH: ${OSSLSRC} | ||
| 13 | SRCS+= apps.c | ||
| 14 | |||
| 15 | CFLAGS+= -Werror | ||
| 16 | |||
| 17 | .include <bsd.regress.mk> | ||
