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