diff options
| author | tb <> | 2018-11-06 06:56:17 +0000 |
|---|---|---|
| committer | tb <> | 2018-11-06 06:56:17 +0000 |
| commit | 9013375274e4fe463424b28568eab14e364b0605 (patch) | |
| tree | 51c500b7cb2d2d663561cde4b7905a403d0da37b /src | |
| parent | 8f57db784fc51f5ca198254ebf34da2ba13f2928 (diff) | |
| download | openbsd-9013375274e4fe463424b28568eab14e364b0605.tar.gz openbsd-9013375274e4fe463424b28568eab14e364b0605.tar.bz2 openbsd-9013375274e4fe463424b28568eab14e364b0605.zip | |
link rand/ to build
Diffstat (limited to '')
| -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 | ||
