Diff for /embedtools/bin/Attic/Makefile between versions 1.1.1.1.2.10 and 1.1.1.1.2.11

version 1.1.1.1.2.10, 2010/09/28 15:02:55 version 1.1.1.1.2.11, 2010/09/28 17:20:59
Line 11  bindir = /usr/local/bin Line 11  bindir = /usr/local/bin
 INSTALL = install  INSTALL = install
   
 PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog  PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog
   SERVS = syslogd
   
 all:  all:
   
 depend:  depend:
   
 clean:  clean:
        rm -f ${PROGS}        rm -f ${PROGS} ${SERVS}
   
 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.1.1.1.2.10  
changed lines
  Added in v.1.1.1.1.2.11


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