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/47f2b8193a45
branches: trunk
changeset: 1024691:47f2b8193a45
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 77182f5ab9b5 -r 47f2b8193a45 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