Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedtools / bin |
added install
# # (C) 2009 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org> # by Michael Pounov <misho@openbsd-bg.org> # # $Author: misho $ # $Id: Makefile,v 1.1.1.1.2.3 2009/12/28 14:23:43 misho Exp $ # bindir = /usr/local/bin INSTALL = install PROGS = cfexec updimg dumpcfg get1steth all: depend: clean: rm -f ${PROGS} install: ${INSTALL} -o root -g wheel ${PROGS} ${bindir}