File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / bin / Makefile.in
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 09:08:43 2011 UTC (13 years ago) by misho
Branches: tools1_0
added autoconfig

    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.1.2.1 2011/06/08 09:08:43 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 athctl \
   15: 	dwds
   16: SERVS = syslogd
   17: 
   18: all:
   19: 
   20: depend:
   21: 
   22: clean:
   23: 	rm -f ${PROGS} ${SERVS}
   24: 
   25: install:
   26: 	${INSTALL} -o root -g wheel ${PROGS} ${bindir}
   27: 	${INSTALL} -o root -g wheel ${SERVS} ${sbindir}

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