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

version 1.2.2.2, 2011/06/08 14:04:07 version 1.2.2.8, 2012/07/04 13:56:21
Line 15  OS = @OS@ Line 15  OS = @OS@
   
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler wdogPROGS = cfexec updimg get1steth dpatch direr dircmp xmler wdog pceng voucher
 FreeBSD_PROGS = athctl dwds cfi
   
 all:  all:
   
 FreeBSD:  FreeBSD:
        ${INSTALL} -o root -g wheel athctl dwds ${bindir}        ${INSTALL} -o root -g wheel ${FreeBSD_PROGS} ${bindir}
   
 OpenBSD:  OpenBSD:
   
Line 29  NetBSD: Line 30  NetBSD:
 depend:  depend:
   
 clean:  clean:
        rm -f ${PROGS} ${SERVS}        rm -f ${PROGS} ${SERVS} ${FreeBSD_PROGS}
   
install:install: ${OS}
         ${INSTALL} -o root -g wheel ${PROGS} ${bindir}          ${INSTALL} -o root -g wheel ${PROGS} ${bindir}

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


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