[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / bsd / mdocml

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/bsd/mdocml/Makefile.inc between version 1.14 and 1.14.4.1

version 1.14, 2011/10/12 15:33:38 version 1.14.4.1, 2012/02/18 18:03:26
Line 7  VERSION!= cd ${.PARSEDIR}/dist && ${MAKE
Line 7  VERSION!= cd ${.PARSEDIR}/dist && ${MAKE
 CPPFLAGS+=      -DVERSION=\"${VERSION}\" -DUGLY  CPPFLAGS+=      -DVERSION=\"${VERSION}\" -DUGLY
   
 .if (${HOSTPROG:U} == "")  .if (${HOSTPROG:U} == "")
 CPPFLAGS+=      -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRPTIME  CPPFLAGS+=      -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRPTIME -DHAVE_MMAP
 .endif  .endif
   
 DISTDIR:=       ${.PARSEDIR}/dist  DISTDIR:=       ${.PARSEDIR}/dist

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.4.1

CVSweb <webmaster@jp.NetBSD.org>