diff options
Diffstat (limited to 'src/regress/lib/libtls/Makefile')
-rw-r--r-- | src/regress/lib/libtls/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/regress/lib/libtls/Makefile b/src/regress/lib/libtls/Makefile new file mode 100644 index 0000000000..fc1e97a3b5 --- /dev/null +++ b/src/regress/lib/libtls/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2014/10/31 14:10:55 jsing Exp $ | ||
2 | |||
3 | SUBDIR= \ | ||
4 | gotls | ||
5 | |||
6 | install: | ||
7 | |||
8 | .include <bsd.subdir.mk> | ||