diff options
| author | nia <nia@NetBSD.org> | 2021-10-31 09:16:08 +0000 |
|---|---|---|
| committer | nia <nia@NetBSD.org> | 2021-10-31 09:16:08 +0000 |
| commit | c8f9624fb8b60abe941d40f2b894ac7d7eb083b8 (patch) | |
| tree | 0af0af27a116d15ef43e8098c28a164e6cd71d04 /lib/libcrypt | |
| parent | 73429bc9aeb48bc9bcb6ddeee88bd6da61ead7f0 (diff) | |
libcrypt: Compile with USE_FORT, for this is cryptographic software.
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 82a3973e93f..6f5c658011c 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2021/10/26 20:37:18 nia Exp $ +# $NetBSD: Makefile,v 1.32 2021/10/31 09:16:08 nia Exp $ + +USE_FORT?= yes # cryptographic software .include <bsd.own.mk> |
