diff options
author | tb <> | 2018-11-09 19:24:50 +0000 |
---|---|---|
committer | tb <> | 2018-11-09 19:24:50 +0000 |
commit | 8d083224a40f4592475938948762e170253919f6 (patch) | |
tree | c5a691ebf250dd1a3f705a355785b6443cdb1f6e /src/regress/lib/libtls | |
parent | 9b7a041741f8375faa2b013fae385fe9884cdfff (diff) | |
download | openbsd-8d083224a40f4592475938948762e170253919f6.tar.gz openbsd-8d083224a40f4592475938948762e170253919f6.tar.bz2 openbsd-8d083224a40f4592475938948762e170253919f6.zip |
Add subdirectires with SUBDIR += instead of a single assignment with
line continuations.
Diffstat (limited to 'src/regress/lib/libtls')
-rw-r--r-- | src/regress/lib/libtls/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/regress/lib/libtls/Makefile b/src/regress/lib/libtls/Makefile index f522605a90..7c4d152223 100644 --- a/src/regress/lib/libtls/Makefile +++ b/src/regress/lib/libtls/Makefile | |||
@@ -1,11 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2018/02/08 10:06:52 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2018/11/09 19:24:50 tb Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR += config |
4 | config \ | 4 | SUBDIR += keypair |
5 | keypair \ | 5 | SUBDIR += gotls |
6 | gotls \ | 6 | SUBDIR += tls |
7 | tls \ | 7 | SUBDIR += verify |
8 | verify | ||
9 | 8 | ||
10 | install: | 9 | install: |
11 | 10 | ||