Module Name:    src
Committed By:   nia
Date:           Sun Oct 31 09:16:08 UTC 2021

Modified Files:
        src/lib/libcrypt: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libcrypt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcrypt/Makefile
diff -u src/lib/libcrypt/Makefile:1.31 src/lib/libcrypt/Makefile:1.32
--- src/lib/libcrypt/Makefile:1.31	Tue Oct 26 20:37:18 2021
+++ src/lib/libcrypt/Makefile	Sun Oct 31 09:16:08 2021
@@ -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>
 

Reply via email to