From: doug Date: Tue, 23 Jun 2015 00:02:01 +0000 (+0000) Subject: Remove unnecessary regress target. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=75bc1c5a9f2e0fd892599d570ce134568e1e38e1;p=openbsd Remove unnecessary regress target. --- 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