diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 6 |
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 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | addsub \ | 4 | addsub \ |
5 | general \ | 5 | general \ |
6 | mont | 6 | mont \ |
7 | rand | ||
8 | |||
7 | 9 | ||
8 | install: | 10 | install: |
9 | 11 | ||