--- embedtools/bin/Attic/Makefile 2009/11/12 10:35:55 1.1.1.1 +++ embedtools/bin/Attic/Makefile 2010/10/27 13:10:40 1.1.1.1.2.15 @@ -3,21 +3,25 @@ # 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.15 2010/10/27 13:10:40 misho Exp $ # bindir = /usr/local/bin +sbindir = /usr/local/sbin INSTALL = install -PROGS = cfexec +PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl \ + dwds +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}