File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Makefile.in
Revision 1.2.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 14:04:07 2011 UTC (12 years, 11 months ago) by misho
Branches: tools1_1
Diff to: branchpoint 1.2: preferred, colored
patch for bsd variant

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

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

OS = @OS@

INSTALL = @INSTALL@

PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler wdog

all:

FreeBSD:
	${INSTALL} -o root -g wheel athctl dwds ${bindir}

OpenBSD:

NetBSD:

depend:

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

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

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