From b78b722b0598e39ac9d335d9107253ff74d1bdfd Mon Sep 17 00:00:00 2001 From: doug <> Date: Tue, 23 Jun 2015 00:02:01 +0000 Subject: Remove unnecessary regress target. --- src/regress/lib/libssl/bytestring/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/regress/lib/libssl/bytestring/Makefile b/src/regress/lib/libssl/bytestring/Makefile index 439bf1cf8d..f9cf376722 100644 --- a/src/regress/lib/libssl/bytestring/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb