Diff for /embedtools/bin/Attic/Makefile between versions 1.1.1.1 and 1.1.1.1.2.12

version 1.1.1.1, 2009/11/12 10:35:55 version 1.1.1.1.2.12, 2010/09/28 17:58:13
Line 10  bindir = /usr/local/bin Line 10  bindir = /usr/local/bin
   
 INSTALL = install  INSTALL = install
   
PROGS = cfexecPROGS = 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} /usr/sbin

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.12


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