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

Diff for /src/share/mk/bsd.prog.mk between version 1.74 and 1.75

version 1.74, 2017/07/09 15:29:52 version 1.75, 2017/07/21 11:00:24
Line 8 
Line 8 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 .SUFFIXES: .out .o .c .cc .cpp .C .cxx .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0  .SUFFIXES: .out .o .c .cc .cpp .C .cxx .y .l .s
   
 .if (defined(LDSTATIC) && !defined(STATICPIE)) || defined(NOPIE)  .if (defined(LDSTATIC) && !defined(STATICPIE)) || defined(NOPIE)
 CFLAGS+=       ${NOPIE_FLAGS}  CFLAGS+=       ${NOPIE_FLAGS}

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75