summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2018-11-06 06:56:17 +0000
committertb <>2018-11-06 06:56:17 +0000
commit9013375274e4fe463424b28568eab14e364b0605 (patch)
tree51c500b7cb2d2d663561cde4b7905a403d0da37b /src
parent8f57db784fc51f5ca198254ebf34da2ba13f2928 (diff)
downloadopenbsd-9013375274e4fe463424b28568eab14e364b0605.tar.gz
openbsd-9013375274e4fe463424b28568eab14e364b0605.tar.bz2
openbsd-9013375274e4fe463424b28568eab14e364b0605.zip
link rand/ to build
Diffstat (limited to 'src')
-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