Diff for /embedtools/bin/Makefile.in between versions 1.2.2.4 and 1.5.8.2

version 1.2.2.4, 2011/06/20 12:37:07 version 1.5.8.2, 2018/01/02 02:07:13
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 rcd direr dircmp xmler wdogPROGS = cfexec get1steth dpatch direr dircmp wdog voucher cfger ube imgupd
 FreeBSD_PROGS = athctl dwds cfi
 FreeBSD_SCRS = epkg
   
   .if ${MACHINE} == "i386" && ${OS} == "FreeBSD"
   FreeBSD_PROGS += pceng
   .endif
   
   .if ${OS} == "FreeBSD"
   FreeBSD_PROGS += butz
   .endif
   
   
 all:  all:
   
 FreeBSD:  FreeBSD:
        ${INSTALL} -o root -g wheel athctl dwds cfi ${bindir}        ${INSTALL} -o root -g wheel ${FreeBSD_PROGS} ${bindir}
         @chmod +x ${FreeBSD_SCRS}
         ${INSTALL} -o root -g wheel ${FreeBSD_SCRS} ${bindir}
   
 OpenBSD:  OpenBSD:
   
Line 29  NetBSD: Line 43  NetBSD:
 depend:  depend:
   
 clean:  clean:
        rm -f ${PROGS} ${SERVS}        rm -f ${PROGS} ${SERVS} ${FreeBSD_PROGS} *~
   
 install: ${OS}  install: ${OS}
         ${INSTALL} -o root -g wheel ${PROGS} ${bindir}          ${INSTALL} -o root -g wheel ${PROGS} ${bindir}

Removed from v.1.2.2.4  
changed lines
  Added in v.1.5.8.2


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