From 75bc1c5a9f2e0fd892599d570ce134568e1e38e1 Mon Sep 17 00:00:00 2001 From: doug Date: Tue, 23 Jun 2015 00:02:01 +0000 Subject: [PATCH] Remove unnecessary regress target. --- regress/lib/libssl/bytestring/Makefile | 9 ++------- 1 file 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 -- 2.20.1