[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.237 and 1.239

version 1.237, 2008/10/15 17:31:50 version 1.239, 2008/10/19 15:22:50
Line 52  CLEANFILES+=strings
Line 52  CLEANFILES+=strings
 .endif  .endif
   
 .if defined(MKPIE) && (${MKPIE} != "no")  .if defined(MKPIE) && (${MKPIE} != "no")
 CFLAGS+=        -fPIC  CFLAGS+=        ${PIE_CFLAGS}
 LDFLAGS+=       -Wl,-pie -shared-libgcc  AFLAGS+=        ${PIE_AFLAGS}
   LDFLAGS+=       ${PIE_LDFLAGS}
 .endif  .endif
   
 ##### Default values  ##### Default values

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.239

CVSweb <webmaster@jp.NetBSD.org>