Diff for /embedtools/bin/Makefile.in between versions 1.2 and 1.2.2.1

version 1.2, 2011/06/08 12:45:40 version 1.2.2.1, 2011/06/08 12:55:29
Line 13  sbindir = @sbindir@ Line 13  sbindir = @sbindir@
   
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl \PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler wdog athctl \
         dwds          dwds
 SERVS = syslogd  
   
 all:  all:
   
Line 26  clean: Line 25  clean:
   
 install:  install:
         ${INSTALL} -o root -g wheel ${PROGS} ${bindir}          ${INSTALL} -o root -g wheel ${PROGS} ${bindir}
         ${INSTALL} -o root -g wheel ${SERVS} ${sbindir}  

Removed from v.1.2  
changed lines
  Added in v.1.2.2.1


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