Diff for /embedtools/bin/Makefile.in between versions 1.2.2.5 and 1.3.4.1

version 1.2.2.5, 2011/07/22 13:29:29 version 1.3.4.1, 2013/05/22 12:19:08
Line 12  bindir = @bindir@ Line 12  bindir = @bindir@
 sbindir = @sbindir@  sbindir = @sbindir@
   
 OS = @OS@  OS = @OS@
   MACHINE = @MACHINE@
   
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler wdog pcengPROGS = cfexec updimg get1steth dpatch direr dircmp xmler wdog voucher
 FreeBSD_PROGS = athctl dwds cfi
   
   .if ${MACHINE} == "i386" && ${OS} == "FreeBSD"
   FreeBSD_PROGS += pceng
   .endif
   
 all:  all:
   
 FreeBSD:  FreeBSD:
        ${INSTALL} -o root -g wheel athctl dwds cfi ${bindir}        ${INSTALL} -o root -g wheel ${FreeBSD_PROGS} ${bindir}
   
 OpenBSD:  OpenBSD:
   
Line 29  NetBSD: Line 35  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.5  
changed lines
  Added in v.1.3.4.1


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