diff options
| author | tb <> | 2018-11-09 19:24:50 +0000 |
|---|---|---|
| committer | tb <> | 2018-11-09 19:24:50 +0000 |
| commit | 14d1b12c76ae17b63d5368e647a5bca9e82fc390 (patch) | |
| tree | c5a691ebf250dd1a3f705a355785b6443cdb1f6e /src/regress/lib/libtls | |
| parent | 6372cdd7190c2285e7d31b38164710116267291e (diff) | |
| download | openbsd-14d1b12c76ae17b63d5368e647a5bca9e82fc390.tar.gz openbsd-14d1b12c76ae17b63d5368e647a5bca9e82fc390.tar.bz2 openbsd-14d1b12c76ae17b63d5368e647a5bca9e82fc390.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 | ||
