[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.12 and 1.13

version 1.12, 2010/07/25 19:16:18 version 1.13, 2011/04/15 14:36:30
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} == "")
 CPPFLAGE+=      -DHAVE_STRLCAT -DHAVE_STRLCPY  CPPFLAGS+=      -DHAVE_STRLCAT -DHAVE_STRLCPY
 .endif  .endif
   
   
 DISTDIR:=       ${.PARSEDIR}/dist  DISTDIR:=       ${.PARSEDIR}/dist
   
 .PATH:  ${DISTDIR}  .PATH:  ${DISTDIR}
   
 .for _LIB in man mdoc roff  .for _LIB in mandoc
 MDOCMLOBJDIR.${_LIB} != cd ${.PARSEDIR}/lib/lib${_LIB} && ${PRINTOBJDIR}  MDOCMLOBJDIR.${_LIB} != cd ${.PARSEDIR}/lib/lib${_LIB} && ${PRINTOBJDIR}
 MDOCMLLIB.${_LIB}=      ${MDOCMLOBJDIR.${_LIB}}/lib${_LIB}.a  MDOCMLLIB.${_LIB}=      ${MDOCMLOBJDIR.${_LIB}}/lib${_LIB}.a
 .endfor  .endfor

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>