Diff for /embedtools/bin/Makefile.in between versions 1.1 and 1.1.2.1

version 1.1, 2011/06/08 09:08:43 version 1.1.2.1, 2011/06/08 09:08:43
Line 0 Line 1
   #
   # (C) 2009 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org>
   # by Michael Pounov <misho@openbsd-bg.org>
   #
   # $Author$
   # $Id$
   #
   
   bindir = /usr/local/bin
   sbindir = /usr/local/sbin
   
   INSTALL = install
   
   PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl \
           dwds
   SERVS = syslogd
   
   all:
   
   depend:
   
   clean:
           rm -f ${PROGS} ${SERVS}
   
   install:
           ${INSTALL} -o root -g wheel ${PROGS} ${bindir}
           ${INSTALL} -o root -g wheel ${SERVS} ${sbindir}

Removed from v.1.1  
changed lines
  Added in v.1.1.2.1


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