[BACK]Return to bsd.lib.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.lib.mk between version 1.287 and 1.288

version 1.287, 2008/10/17 17:29:39 version 1.288, 2008/10/19 15:22:50
Line 39  clean:  cleanlib
Line 39  clean:  cleanlib
 # files or always have a shared library.  # files or always have a shared library.
 .if defined(MKPIE) && (${MKPIE} != "no")  .if defined(MKPIE) && (${MKPIE} != "no")
 CFLAGS+=        ${PIE_CFLAGS}  CFLAGS+=        ${PIE_CFLAGS}
   AFLAGS+=        ${PIE_AFLAGS}
 .endif  .endif
 COPTS+=     ${COPTS.lib${LIB}}  COPTS+=     ${COPTS.lib${LIB}}
 CPPFLAGS+=  ${CPPFLAGS.lib${LIB}}  CPPFLAGS+=  ${CPPFLAGS.lib${LIB}}

Legend:
Removed from v.1.287  
changed lines
  Added in v.1.288

CVSweb <webmaster@jp.NetBSD.org>