Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/nsd Fix obvious typo: add missing equal sign.
details: https://anonhg.NetBSD.org/src/rev/96e17267f56f
branches: trunk
changeset: 433916:96e17267f56f
user: hannken <hannken%NetBSD.org@localhost>
date: Fri Oct 12 09:43:59 2018 +0000
description:
Fix obvious typo: add missing equal sign.
diffstat:
external/bsd/nsd/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 229498e45d60 -r 96e17267f56f external/bsd/nsd/Makefile.inc
--- a/external/bsd/nsd/Makefile.inc Fri Oct 12 05:49:38 2018 +0000
+++ b/external/bsd/nsd/Makefile.inc Fri Oct 12 09:43:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2018/02/09 17:13:27 christos Exp $
+# $NetBSD: Makefile.inc,v 1.5 2018/10/12 09:43:59 hannken Exp $
.include <bsd.own.mk>
@@ -15,7 +15,7 @@
.endif
.if ${HAVE_OPENSSL} < 11
-CPPFLAGS+= -DOPENSSL_API_COMPAT 0x10100000L
+CPPFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
.endif
DPLIBS+= event ${NETBSDSRCDIR}/external/bsd/libevent/lib/libevent
Home |
Main Index |
Thread Index |
Old Index