summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2018-11-09 19:24:51 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2018-11-09 19:24:51 +0000
commitd1c81b5a5d83ecf6b9e740c5ffb3075ff8bc5dce (patch)
treec08e35d028c02948db0fdd7af027dde23f6be098 /regress/lib
parentb6061f7ec92c5059e9d6a81a985013af4f2ae798 (diff)
Add subdirectires with SUBDIR += instead of a single assignment with
line continuations.
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libcrypto/Makefile93
-rw-r--r--regress/lib/libssl/Makefile26
-rw-r--r--regress/lib/libtls/Makefile13
3 files changed, 65 insertions, 67 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile
index 38e3304eb44..80ffceb1282 100644
--- a/regress/lib/libcrypto/Makefile
+++ b/regress/lib/libcrypto/Makefile
@@ -1,51 +1,50 @@
-# $OpenBSD: Makefile,v 1.32 2018/07/25 18:04:09 jsing Exp $
+# $OpenBSD: Makefile,v 1.33 2018/11/09 19:24:50 tb Exp $
-SUBDIR= \
- aead \
- aeswrap \
- asn1 \
- base64 \
- bf \
- bio \
- bn \
- cast \
- chacha \
- cts128 \
- curve25519 \
- des \
- dh \
- dsa \
- ec \
- ecdh \
- ecdsa \
- engine \
- evp \
- exp \
- free \
- gcm128 \
- gost \
- hkdf \
- hmac \
- idea \
- ige \
- init \
- md4 \
- md5 \
- pbkdf2 \
- pkcs7 \
- poly1305 \
- rand \
- rc2 \
- rc4 \
- rmd \
- rsa \
- sha1 \
- sha2 \
- sha256 \
- sha512 \
- utf8 \
- wycheproof \
- x509
+SUBDIR += aead
+SUBDIR += aeswrap
+SUBDIR += asn1
+SUBDIR += base64
+SUBDIR += bf
+SUBDIR += bio
+SUBDIR += bn
+SUBDIR += cast
+SUBDIR += chacha
+SUBDIR += cts128
+SUBDIR += curve25519
+SUBDIR += des
+SUBDIR += dh
+SUBDIR += dsa
+SUBDIR += ec
+SUBDIR += ecdh
+SUBDIR += ecdsa
+SUBDIR += engine
+SUBDIR += evp
+SUBDIR += exp
+SUBDIR += free
+SUBDIR += gcm128
+SUBDIR += gost
+SUBDIR += hkdf
+SUBDIR += hmac
+SUBDIR += idea
+SUBDIR += ige
+SUBDIR += init
+SUBDIR += md4
+SUBDIR += md5
+SUBDIR += pbkdf2
+SUBDIR += pkcs7
+SUBDIR += poly1305
+SUBDIR += rand
+SUBDIR += rc2
+SUBDIR += rc4
+SUBDIR += rmd
+SUBDIR += rsa
+SUBDIR += sha1
+SUBDIR += sha2
+SUBDIR += sha256
+SUBDIR += sha512
+SUBDIR += utf8
+SUBDIR += wycheproof
+SUBDIR += x509
install:
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile
index 2544184d09c..7fabb634768 100644
--- a/regress/lib/libssl/Makefile
+++ b/regress/lib/libssl/Makefile
@@ -1,17 +1,17 @@
-# $OpenBSD: Makefile,v 1.28 2018/11/07 21:42:10 beck Exp $
+# $OpenBSD: Makefile,v 1.29 2018/11/09 19:24:50 tb Exp $
-SUBDIR= \
- asn1 \
- bytestring \
- ciphers \
- client \
- interop \
- pqueue \
- server \
- ssl \
- tlsext \
- key_schedule \
- unit
+SUBDIR += asn1
+SUBDIR += bytestring
+SUBDIR += ciphers
+SUBDIR += client
+SUBDIR += handshake
+SUBDIR += interop
+SUBDIR += pqueue
+SUBDIR += server
+SUBDIR += ssl
+SUBDIR += tlsext
+SUBDIR += key_schedule
+SUBDIR += unit
install:
diff --git a/regress/lib/libtls/Makefile b/regress/lib/libtls/Makefile
index f522605a903..7c4d152223d 100644
--- a/regress/lib/libtls/Makefile
+++ b/regress/lib/libtls/Makefile
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.5 2018/02/08 10:06:52 jsing Exp $
+# $OpenBSD: Makefile,v 1.6 2018/11/09 19:24:50 tb Exp $
-SUBDIR= \
- config \
- keypair \
- gotls \
- tls \
- verify
+SUBDIR += config
+SUBDIR += keypair
+SUBDIR += gotls
+SUBDIR += tls
+SUBDIR += verify
install: