diff options
author | Doug Hogan <doug@cvs.openbsd.org> | 2015-06-23 00:02:02 +0000 |
---|---|---|
committer | Doug Hogan <doug@cvs.openbsd.org> | 2015-06-23 00:02:02 +0000 |
commit | 04d4b296acbc0dd4b3c208f4d2cdb76e2f2cf3e0 (patch) | |
tree | 37999ac62859f58c77f9e75206fda7cf5b233fd9 /regress/lib/libssl | |
parent | fce58d1935b0c3ba3ad7a3be228e659e6f8698e5 (diff) |
Remove unnecessary regress target.
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r-- | regress/lib/libssl/bytestring/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/regress/lib/libssl/bytestring/Makefile b/regress/lib/libssl/bytestring/Makefile index 439bf1cf8df..f9cf376722a 100644 --- a/regress/lib/libssl/bytestring/Makefile +++ b/regress/lib/libssl/bytestring/Makefile @@ -1,14 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2015/02/06 09:36:16 doug Exp $ +# $OpenBSD: Makefile,v 1.2 2015/06/23 00:02:01 doug Exp $ PROG= bytestringtest LDADD= -lcrypto -lssl DPADD= ${LIBCRYPTO} ${LIBSSL} WARNINGS= Yes -CFLAGS+= -DLIBRESSL_INTERNAL -Werror -I/usr/src/lib/libssl/src/ssl - -REGRESS_TARGETS=regress-bytestringtest - -regress-bytestringtest: ${PROG} - ./${PROG} +CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I/usr/src/lib/libssl/src/ssl .include <bsd.regress.mk> |