Diff for /embedtools/bin/Makefile.in between versions 1.3 and 1.3.4.4

version 1.3, 2012/07/22 22:46:46 version 1.3.4.4, 2014/01/21 16:27:56
Line 12  bindir = @bindir@ Line 12  bindir = @bindir@
 sbindir = @sbindir@  sbindir = @sbindir@
   
 OS = @OS@  OS = @OS@
   MACHINE = @host_cpu@
   
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
PROGS = cfexec updimg get1steth dpatch direr dircmp xmler wdog pceng voucherPROGS = cfexec updimg get1steth dpatch direr dircmp wdog voucher
 FreeBSD_PROGS = athctl dwds cfi  FreeBSD_PROGS = athctl dwds cfi
   
   .if ${MACHINE} == "i386" && ${OS} == "FreeBSD"
   FreeBSD_PROGS += pceng
   .endif
   
 all:  all:
   

Removed from v.1.3  
changed lines
  Added in v.1.3.4.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>