Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcrypt libcrypt: Compile with USE_FORT, for this is cr...



details:   https://anonhg.NetBSD.org/src/rev/33d2a1a4baf5
branches:  trunk
changeset: 990612:33d2a1a4baf5
user:      nia <nia%NetBSD.org@localhost>
date:      Sun Oct 31 09:16:08 2021 +0000

description:
libcrypt: Compile with USE_FORT, for this is cryptographic software.

diffstat:

 lib/libcrypt/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 6daf3996d6ff -r 33d2a1a4baf5 lib/libcrypt/Makefile
--- a/lib/libcrypt/Makefile     Sun Oct 31 08:21:24 2021 +0000
+++ b/lib/libcrypt/Makefile     Sun Oct 31 09:16:08 2021 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index