Diff for /embedtools/bin/Attic/Makefile between versions 1.1.1.1.2.5 and 1.1.1.1.2.14

version 1.1.1.1.2.5, 2010/03/24 16:50:43 version 1.1.1.1.2.14, 2010/10/22 09:16:26
Line 7 Line 7
 #  #
   
 bindir = /usr/local/bin  bindir = /usr/local/bin
   sbindir = /usr/local/sbin
   
 INSTALL = install  INSTALL = install
   
#PROGS = cfexec updimg dumpcfg get1steth dpatchPROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl
PROGS = cfexec updimg get1steth dpatchSERVS = 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.5  
changed lines
  Added in v.1.1.1.1.2.14


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