--- embedtools/bin/Attic/Makefile 2009/11/12 10:35:55 1.1.1.1 +++ embedtools/bin/Attic/Makefile 2010/09/28 17:20:59 1.1.1.1.2.11 @@ -3,21 +3,23 @@ # by Michael Pounov # # $Author: misho $ -# $Id: Makefile,v 1.1.1.1 2009/11/12 10:35:55 misho Exp $ +# $Id: Makefile,v 1.1.1.1.2.11 2010/09/28 17:20:59 misho Exp $ # bindir = /usr/local/bin INSTALL = install -PROGS = cfexec +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} ${sbindir}