File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 12:45:40 2011 UTC (12 years, 11 months ago) by misho
Branches: MAIN
CVS tags: tools1_1, TOOLS1_0, HEAD
new ver

#
# (C) 2009 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org>
# by Michael Pounov <misho@openbsd-bg.org>
#
# $Author: misho $
# $Id: Makefile.in,v 1.2 2011/06/08 12:45:40 misho Exp $
#

prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@

INSTALL = @INSTALL@

PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl \
	dwds
SERVS = syslogd

all:

depend:

clean:
	rm -f ${PROGS} ${SERVS}

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

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