[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.17 and 1.18

version 1.17, 1998/12/19 19:07:34 version 1.18, 1998/12/31 23:49:46
Line 10 
Line 10 
   
 .SUFFIXES: .out .o .c .cc .C .cxx .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0  .SUFFIXES: .out .o .c .cc .C .cxx .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0
   
 CFLAGS+=        ${COPTS} ${PIPE}  CFLAGS+=        ${COPTS}
   
 .if (${MACHINE_ARCH} == "powerpc")  .if (${MACHINE_ARCH} == "powerpc")
 CRTBEGIN?=       ${DESTDIR}/usr/lib/crtbegin.o  CRTBEGIN?=       ${DESTDIR}/usr/lib/crtbegin.o

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18