File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Attic / Makefile
Revision 1.1.1.1.2.7: download - view: text, annotated - select for diffs - revision graph
Mon Jul 12 15:20:41 2010 UTC (14 years, 6 months ago) by misho
Branches: tools1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
added new program

#
# (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.7 2010/07/12 15:20:41 misho Exp $
#

bindir = /usr/local/bin

INSTALL = install

#PROGS = cfexec updimg dumpcfg get1steth dpatch
PROGS = cfexec updimg get1steth dpatch rcd direr

all:

depend:

clean:
	rm -f ${PROGS}

install:
	${INSTALL} -o root -g wheel ${PROGS} ${bindir}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>