--- embedtools/bin/Makefile.in 2011/06/08 09:08:43 1.1 +++ embedtools/bin/Makefile.in 2011/06/08 09:08:43 1.1.2.1 @@ -0,0 +1,27 @@ +# +# (C) 2009 AITnet - Sofia/Bulgaria - +# by Michael Pounov +# +# $Author: misho $ +# $Id: Makefile.in,v 1.1.2.1 2011/06/08 09:08:43 misho Exp $ +# + +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}