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