File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Makefile.in
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Sun Jul 22 22:46:46 2012 UTC (11 years, 11 months ago) by misho
Branches: MAIN
CVS tags: tools2_0, tools1_2, TOOLS1_2, TOOLS1_1, HEAD
version 1.1

    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.in,v 1.3 2012/07/22 22:46:46 misho Exp $
    7: #
    8: 
    9: prefix = @prefix@
   10: exec_prefix = @exec_prefix@
   11: bindir = @bindir@
   12: sbindir = @sbindir@
   13: 
   14: OS = @OS@
   15: 
   16: INSTALL = @INSTALL@
   17: 
   18: PROGS = cfexec updimg get1steth dpatch direr dircmp xmler wdog pceng voucher
   19: FreeBSD_PROGS = athctl dwds cfi
   20: 
   21: all:
   22: 
   23: FreeBSD:
   24: 	${INSTALL} -o root -g wheel ${FreeBSD_PROGS} ${bindir}
   25: 
   26: OpenBSD:
   27: 
   28: NetBSD:
   29: 
   30: depend:
   31: 
   32: clean:
   33: 	rm -f ${PROGS} ${SERVS} ${FreeBSD_PROGS}
   34: 
   35: install: ${OS}
   36: 	${INSTALL} -o root -g wheel ${PROGS} ${bindir}

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