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
commit0d8f73ccccab150253c882863ba7cdf06702da4c (patch)
tree51c500b7cb2d2d663561cde4b7905a403d0da37b /src
parentb65c659b2c1b5af299b2ac7e5d318d8af6f97647 (diff)
downloadopenbsd-0d8f73ccccab150253c882863ba7cdf06702da4c.tar.gz
openbsd-0d8f73ccccab150253c882863ba7cdf06702da4c.tar.bz2
openbsd-0d8f73ccccab150253c882863ba7cdf06702da4c.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