--- embedtools/bin/Attic/Makefile 2010/03/24 16:50:43 1.1.1.1.2.5 +++ embedtools/bin/Attic/Makefile 2010/09/28 17:58:13 1.1.1.1.2.12 @@ -3,22 +3,23 @@ # by Michael Pounov # # $Author: misho $ -# $Id: Makefile,v 1.1.1.1.2.5 2010/03/24 16:50:43 misho Exp $ +# $Id: Makefile,v 1.1.1.1.2.12 2010/09/28 17:58:13 misho Exp $ # bindir = /usr/local/bin INSTALL = install -#PROGS = cfexec updimg dumpcfg get1steth dpatch -PROGS = cfexec updimg get1steth dpatch +PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog +SERVS = syslogd all: depend: clean: - rm -f ${PROGS} + rm -f ${PROGS} ${SERVS} install: ${INSTALL} -o root -g wheel ${PROGS} ${bindir} + ${INSTALL} -o root -g wheel ${SERVS} /usr/sbin