# # (C) 2009 AITnet - Sofia/Bulgaria - # by Michael Pounov # # $Author: misho $ # $Id: Makefile,v 1.1.1.1.2.9 2010/09/27 10:51:01 misho Exp $ # bindir = /usr/local/bin INSTALL = install #PROGS = cfexec updimg dumpcfg get1steth dpatch PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler all: depend: clean: rm -f ${PROGS} install: ${INSTALL} -o root -g wheel ${PROGS} ${bindir}