# # (C) 2009 AITnet - Sofia/Bulgaria - # by Michael Pounov # # $Author: misho $ # $Id: Makefile,v 1.1.1.1.2.2 2009/11/25 11:58:43 misho Exp $ # bindir = /usr/local/bin INSTALL = install PROGS = cfexec updimg dumpcfg all: depend: clean: rm -f ${PROGS} install: ${INSTALL} -o root -g wheel ${PROGS} ${bindir}