Module Name: src Committed By: christos Date: Fri Feb 9 22:46:19 UTC 2018
Modified Files: src/crypto/external/bsd/openssl/bin: Makefile Log Message: 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? To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/openssl/bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/openssl/bin/Makefile diff -u src/crypto/external/bsd/openssl/bin/Makefile:1.8 src/crypto/external/bsd/openssl/bin/Makefile:1.9 --- src/crypto/external/bsd/openssl/bin/Makefile:1.8 Thu Feb 8 16:57:23 2018 +++ src/crypto/external/bsd/openssl/bin/Makefile Fri Feb 9 17:46:19 2018 @@ -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 @@ BINDIR=/usr/bin 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 @@ SRCS+= e_padlock.c .if ${MKSHARE} != "no" FILES= CA.pl openssl.cnf +FILESBUILD= yes FILESDIR=/usr/share/examples/openssl CA.pl: CA.pl.in