File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Makefile.in
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 09:08:43 2011 UTC (13 years ago) by misho
Branches: tools1_0
added autoconfig

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

bindir = /usr/local/bin
sbindir = /usr/local/sbin

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>