summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 93c3962e12..f8b08d1fc0 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,6 +1,7 @@
1# $OpenBSD: Makefile,v 1.4 2014/06/20 10:38:22 miod Exp $ 1# $OpenBSD: Makefile,v 1.5 2018/07/10 16:58:15 tb Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 addsub \
4 general \ 5 general \
5 mont 6 mont
6 7