summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index f8b08d1fc0..ed9298575b 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,9 +1,11 @@
1# $OpenBSD: Makefile,v 1.5 2018/07/10 16:58:15 tb Exp $ 1# $OpenBSD: Makefile,v 1.6 2018/11/06 06:56:17 tb Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 addsub \ 4 addsub \
5 general \ 5 general \
6 mont 6 mont \
7 rand
8
7 9
8install: 10install:
9 11