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

version 1.1.1.1.2.12, 2010/09/28 17:58:13 version 1.1.1.1.2.13, 2010/10/16 03:30:50
Line 7 Line 7
 #  #
   
 bindir = /usr/local/bin  bindir = /usr/local/bin
   sbindir = /usr/local/sbin
   
 INSTALL = install  INSTALL = install
   
PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clogPROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog
 SERVS = syslogd  SERVS = syslogd
   
 all:  all:
Line 22  clean: Line 23  clean:
   
 install:  install:
         ${INSTALL} -o root -g wheel ${PROGS} ${bindir}          ${INSTALL} -o root -g wheel ${PROGS} ${bindir}
        ${INSTALL} -o root -g wheel ${SERVS} /usr/sbin        ${INSTALL} -o root -g wheel ${SERVS} ${sbindir}

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


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