File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Makefile.in
Revision 1.2.2.3: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 14:06:42 2011 UTC (13 years ago) by misho
Branches: tools1_1
Diff to: branchpoint 1.2: preferred, unified
patch

    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.2.2.3 2011/06/08 14:06:42 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 rcd direr dircmp xmler wdog
   19: 
   20: all:
   21: 
   22: FreeBSD:
   23: 	${INSTALL} -o root -g wheel athctl dwds ${bindir}
   24: 
   25: OpenBSD:
   26: 
   27: NetBSD:
   28: 
   29: depend:
   30: 
   31: clean:
   32: 	rm -f ${PROGS} ${SERVS}
   33: 
   34: install: ${OS}
   35: 	${INSTALL} -o root -g wheel ${PROGS} ${bindir}

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