File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Attic / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Nov 12 10:35:55 2009 UTC (14 years, 7 months ago) by misho
Branches: start
CVS tags: tools1_0, misho
Embbeded tools for AITBSD

#
# (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 2009/11/12 10:35:55 misho Exp $
#

bindir = /usr/local/bin

INSTALL = install

PROGS = cfexec

all:

depend:

clean:
	rm -f ${PROGS}

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

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