[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.96 and 1.97

version 1.96, 1998/09/28 08:13:39 version 1.97, 1998/11/07 07:10:19
Line 18  clean cleandir distclean: cleanprog
Line 18  clean cleandir distclean: cleanprog
 CFLAGS+=        ${COPTS}  CFLAGS+=        ${COPTS}
   
 # ELF platforms depend on crtbegin.o and crtend.o  # ELF platforms depend on crtbegin.o and crtend.o
 .if (${MACHINE_ARCH} == "alpha")   || \  .if (${OBJECT_FMT} == "ELF")
     (${MACHINE_ARCH} == "powerpc")  
 LIBCRTBEGIN?=   ${DESTDIR}/usr/lib/crtbegin.o  LIBCRTBEGIN?=   ${DESTDIR}/usr/lib/crtbegin.o
 LIBCRTEND?=     ${DESTDIR}/usr/lib/crtend.o  LIBCRTEND?=     ${DESTDIR}/usr/lib/crtend.o
 .else  .else

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

CVSweb <webmaster@jp.NetBSD.org>