diff options
author | 2019-01-23 08:31:25 +0000 | |
---|---|---|
committer | 2019-01-23 08:31:25 +0000 | |
commit | 51c5f7b1fc8564ac4ab91025a10c83fa924cce66 (patch) | |
tree | 54d82df357e8fc44547a00e346928c24ad38c566 | |
parent | add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capability (diff) | |
download | wireguard-openbsd-51c5f7b1fc8564ac4ab91025a10c83fa924cce66.tar.xz wireguard-openbsd-51c5f7b1fc8564ac4ab91025a10c83fa924cce66.zip |
do not print the command in the print: target
-rw-r--r-- | regress/lib/libssl/handshake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/handshake/Makefile b/regress/lib/libssl/handshake/Makefile index 8d42038a270..592e3b3f661 100644 --- a/regress/lib/libssl/handshake/Makefile +++ b/regress/lib/libssl/handshake/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/01/23 04:50:24 tb Exp $ +# $OpenBSD: Makefile,v 1.3 2019/01/23 08:31:25 tb Exp $ PROGS += handshake_table PROGS += valid_handshakes_terminate @@ -13,7 +13,7 @@ WARNINGS = Yes CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl print: handshake_table - ./handshake_table -C + @./handshake_table -C .for p in ${PROGS} run-$p: $p |