File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Attic / Makefile
Revision 1.1.1.1.2.13: download - view: text, annotated - select for diffs - revision graph
Sat Oct 16 03:30:50 2010 UTC (14 years, 2 months ago) by misho
Branches: tools1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
added new tool to proj

#
# (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.2.13 2010/10/16 03:30:50 misho Exp $
#

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

INSTALL = install

PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog
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>