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 (13 years, 9 months ago) by misho
Branches: tools1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
added new tool to proj

    1: #
    2: # (C) 2009 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org>
    3: # by Michael Pounov <misho@openbsd-bg.org>
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile,v 1.1.1.1.2.13 2010/10/16 03:30:50 misho Exp $
    7: #
    8: 
    9: bindir = /usr/local/bin
   10: sbindir = /usr/local/sbin
   11: 
   12: INSTALL = install
   13: 
   14: PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog
   15: SERVS = syslogd
   16: 
   17: all:
   18: 
   19: depend:
   20: 
   21: clean:
   22: 	rm -f ${PROGS} ${SERVS}
   23: 
   24: install:
   25: 	${INSTALL} -o root -g wheel ${PROGS} ${bindir}
   26: 	${INSTALL} -o root -g wheel ${SERVS} ${sbindir}

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