Diff for /embedtools/bin/Makefile.in between versions 1.3.4.7 and 1.5.8.1

version 1.3.4.7, 2014/02/04 16:01:40 version 1.5.8.1, 2018/01/02 02:02:15
Line 16  MACHINE = @host_cpu@ Line 16  MACHINE = @host_cpu@
   
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
PROGS = cfexec get1steth dpatch direr dircmp wdog voucher cfger ubePROGS = cfexec get1steth dpatch direr dircmp wdog voucher cfger ube imgupd
FreeBSD_PROGS = athctl dwds cfiFreeBSD_PROGS = athctl dwds cfi epkg
   
 .if ${MACHINE} == "i386" && ${OS} == "FreeBSD"  .if ${MACHINE} == "i386" && ${OS} == "FreeBSD"
 FreeBSD_PROGS += pceng  FreeBSD_PROGS += pceng
 .endif  .endif
   
   .if ${OS} == "FreeBSD"
   FreeBSD_PROGS += butz
   .endif
   
   
 all:  all:
   

Removed from v.1.3.4.7  
changed lines
  Added in v.1.5.8.1


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