File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Attic / Makefile
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Fri Nov 13 13:51:10 2009 UTC (14 years, 7 months ago) by misho
Branches: tools1_0
CVS tags: TOOLS1_0
Diff to: branchpoint 1.1.1.1: preferred, colored
added new prog

#
# (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.1 2009/11/13 13:51:10 misho Exp $
#

bindir = /usr/local/bin

INSTALL = install

PROGS = cfexec updimg

all:

depend:

clean:
	rm -f ${PROGS}

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

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