File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Attic / Makefile
Revision 1.1.1.1.2.8: download - view: text, annotated - select for diffs - revision graph
Tue Jul 13 08:59:48 2010 UTC (14 years ago) by misho
Branches: tools1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
added new prog

    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.8 2010/07/13 08:59:48 misho Exp $
    7: #
    8: 
    9: bindir = /usr/local/bin
   10: 
   11: INSTALL = install
   12: 
   13: #PROGS = cfexec updimg dumpcfg get1steth dpatch
   14: PROGS = cfexec updimg get1steth dpatch rcd direr dircmp
   15: 
   16: all:
   17: 
   18: depend:
   19: 
   20: clean:
   21: 	rm -f ${PROGS}
   22: 
   23: install:
   24: 	${INSTALL} -o root -g wheel ${PROGS} ${bindir}

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