File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Attic / Makefile
Revision 1.1.1.1.2.4: download - view: text, annotated - select for diffs - revision graph
Wed Mar 24 16:40:03 2010 UTC (14 years, 3 months ago) by misho
Branches: tools1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
new files

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

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