Module Name: src
Committed By: christos
Date: Thu Sep 27 18:18:53 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: Makefile
Log Message:
Remove debugging accidentally left in! Noticed by Tobias Ulmer
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 \
src/crypto/external/bsd/openssl/lib/libcrypto/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/lib/libcrypto/Makefile
diff -u src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.17 src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.18
--- src/crypto/external/bsd/openssl/lib/libcrypto/Makefile:1.17 Sun Sep 23 09:33:04 2018
+++ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile Thu Sep 27 14:18:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/09/23 13:33:04 christos Exp $
+# $NetBSD: Makefile,v 1.18 2018/09/27 18:18:53 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -20,7 +20,7 @@ LIB= crypto
USE_FORT?= yes # cryptographic software
USE_SHLIBDIR= yes
USE_FIPS= no
-DBG=-g
+#DBG=-g
.include <bsd.own.mk>
.include <bsd.shlib.mk>