# # (C) 2009 AITnet - Sofia/Bulgaria - # by Michael Pounov # # $Author: misho $ # $Id: Makefile.in,v 1.2 2011/06/08 12:45:40 misho Exp $ # prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ INSTALL = @INSTALL@ PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl \ dwds SERVS = syslogd all: depend: clean: rm -f ${PROGS} ${SERVS} install: ${INSTALL} -o root -g wheel ${PROGS} ${bindir} ${INSTALL} -o root -g wheel ${SERVS} ${sbindir}