File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Makefile.in
Revision 1.2.2.3: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 14:06:42 2011 UTC (13 years, 4 months ago) by misho
Branches: tools1_1
Diff to: branchpoint 1.2: preferred, unified
patch

#
# (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.3 2011/06/08 14:06:42 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: ${OS}
	${INSTALL} -o root -g wheel ${PROGS} ${bindir}

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