diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libtls/gotls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libtls/gotls/Makefile b/src/regress/lib/libtls/gotls/Makefile index 404aa79caa..ceb9e5ab0a 100644 --- a/src/regress/lib/libtls/gotls/Makefile +++ b/src/regress/lib/libtls/gotls/Makefile | |||
@@ -1,6 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2016/09/02 21:30:34 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2019/04/24 22:45:54 bluhm Exp $ |
2 | 2 | ||
3 | .if ! (make(clean) || make(cleandir) || make(obj)) | ||
3 | GO_VERSION != sh -c "(go version) 2>/dev/null || true" | 4 | GO_VERSION != sh -c "(go version) 2>/dev/null || true" |
5 | .endif | ||
4 | 6 | ||
5 | .if empty(GO_VERSION) | 7 | .if empty(GO_VERSION) |
6 | regress: | 8 | regress: |