Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/bin Use the magic FILESBUILD var...
details: https://anonhg.NetBSD.org/src/rev/fb741f473134
branches: trunk
changeset: 359438:fb741f473134
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 09 22:46:19 2018 +0000
description:
Use the magic FILESBUILD variable so that it builds with BUILD/UPDATE unset.
Why again FILESBUILD is not the default and needs to be set?
diffstat:
crypto/external/bsd/openssl/bin/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 47cba5c9eef0 -r fb741f473134 crypto/external/bsd/openssl/bin/Makefile
--- a/crypto/external/bsd/openssl/bin/Makefile Fri Feb 09 22:08:28 2018 +0000
+++ b/crypto/external/bsd/openssl/bin/Makefile Fri Feb 09 22:46:19 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/02/08 21:57:23 christos Exp $
+# $NetBSD: Makefile,v 1.9 2018/02/09 22:46:19 christos Exp $
WARNS?= 2 # XXX -Wcast-qual
@@ -10,7 +10,7 @@
USE_FORT?= yes # cryptographic software
# RCSid:
-# $Id: Makefile,v 1.8 2018/02/08 21:57:23 christos Exp $
+# $Id: Makefile,v 1.9 2018/02/09 22:46:19 christos Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -91,6 +91,7 @@
.if ${MKSHARE} != "no"
FILES= CA.pl openssl.cnf
+FILESBUILD= yes
FILESDIR=/usr/share/examples/openssl
CA.pl: CA.pl.in
Home |
Main Index |
Thread Index |
Old Index