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

version 1.2.2.8, 2012/07/04 13:56:21 version 1.5.8.1, 2018/01/02 02:02:15
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 get1steth dpatch direr dircmp wdog voucher cfger ube imgupd
FreeBSD_PROGS = athctl dwds cfiFreeBSD_PROGS = athctl dwds cfi epkg
 
 .if ${MACHINE} == "i386" && ${OS} == "FreeBSD"
 FreeBSD_PROGS += pceng
 .endif
 
 .if ${OS} == "FreeBSD"
 FreeBSD_PROGS += butz
 .endif
 
   
 all:  all:
   

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


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