[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.22 and 1.23

version 1.22, 2000/12/12 00:46:49 version 1.23, 2001/01/31 06:41:18
Line 12 
Line 12 
   
 CFLAGS+=        ${COPTS}  CFLAGS+=        ${COPTS}
   
 .if (${MACHINE_ARCH} == "powerpc")  .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha")
 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.22  
changed lines
  Added in v.1.23