--- embedtools/bin/Attic/Makefile 2009/11/25 11:58:43 1.1.1.1.2.2 +++ embedtools/bin/Attic/Makefile 2010/10/22 09:16:26 1.1.1.1.2.14 @@ -3,21 +3,24 @@ # by Michael Pounov # # $Author: misho $ -# $Id: Makefile,v 1.1.1.1.2.2 2009/11/25 11:58:43 misho Exp $ +# $Id: Makefile,v 1.1.1.1.2.14 2010/10/22 09:16:26 misho Exp $ # bindir = /usr/local/bin +sbindir = /usr/local/sbin INSTALL = install -PROGS = cfexec updimg dumpcfg +PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl +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}