[BACK]Return to bsd.prog.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.prog.mk between version 1.293 and 1.294

version 1.293, 2015/11/07 23:41:58 version 1.294, 2016/01/23 21:22:47
Line 330  _CCLINK= ${CXX} ${_CCLINKFLAGS}
Line 330  _CCLINK= ${CXX} ${_CCLINKFLAGS}
 .endif  .endif
   
 .if defined(RUMPPRG)  .if defined(RUMPPRG)
   CPPFLAGS+=      -D_KERNTYPES
 PROG=                   ${RUMPPRG}  PROG=                   ${RUMPPRG}
 . ifndef CRUNCHEDPROG  . ifndef CRUNCHEDPROG
 .  if (${MKRUMP} != "no")  .  if (${MKRUMP} != "no")

Legend:
Removed from v.1.293  
changed lines
  Added in v.1.294

CVSweb <webmaster@jp.NetBSD.org>