[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.34 and 1.35

version 1.34, 2002/11/10 23:03:55 version 1.35, 2003/07/08 13:59:13
Line 17 
Line 17 
 CFLAGS+=        ${COPTS}  CFLAGS+=        ${COPTS}
 CXXFLAGS+=     ${CXXOPTS}  CXXFLAGS+=     ${CXXOPTS}
   
 .if (${ELF_TOOLCHAIN} == "yes")  .if (${ELF_TOOLCHAIN:L} == "yes")
 CRTBEGIN?=       ${DESTDIR}/usr/lib/crtbegin.o  CRTBEGIN?=       ${DESTDIR}/usr/lib/crtbegin.o
 CRTEND?=         ${DESTDIR}/usr/lib/crtend.o  CRTEND?=         ${DESTDIR}/usr/lib/crtend.o
 .endif  .endif

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35