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

version 1.1.1.1, 2009/11/12 10:35:55 version 1.1.1.1.2.15, 2010/10/27 13:10:40
Line 7 Line 7
 #  #
   
 bindir = /usr/local/bin  bindir = /usr/local/bin
   sbindir = /usr/local/sbin
   
 INSTALL = install  INSTALL = install
   
PROGS = cfexecPROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl \
         dwds
 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  
changed lines
  Added in v.1.1.1.1.2.15


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