Module Name: src
Committed By: joerg
Date: Thu Feb 16 22:56:13 UTC 2012
Modified Files:
src/external/bsd/mdocml: Makefile.inc
Log Message:
Use mmap when dealing with plain files.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/mdocml/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/mdocml/Makefile.inc
diff -u src/external/bsd/mdocml/Makefile.inc:1.14 src/external/bsd/mdocml/Makefile.inc:1.15
--- src/external/bsd/mdocml/Makefile.inc:1.14 Wed Oct 12 15:33:38 2011
+++ src/external/bsd/mdocml/Makefile.inc Thu Feb 16 22:56:12 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.14 2011/10/12 15:33:38 njoly Exp $
+# $NetBSD: Makefile.inc,v 1.15 2012/02/16 22:56:12 joerg Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@ VERSION!= cd ${.PARSEDIR}/dist && ${MAKE
CPPFLAGS+= -DVERSION=\"${VERSION}\" -DUGLY
.if (${HOSTPROG:U} == "")
-CPPFLAGS+= -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRPTIME
+CPPFLAGS+= -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRPTIME -DHAVE_MMAP
.endif
DISTDIR:= ${.PARSEDIR}/dist