Annotation of embedtools/bin/Makefile, revision 1.1.1.1.2.9

1.1       misho       1: #
                      2: # (C) 2009 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org>
                      3: # by Michael Pounov <misho@openbsd-bg.org>
                      4: #
                      5: # $Author: misho $
1.1.1.1.2.9! misho       6: # $Id: Makefile,v 1.1.1.1.2.8 2010/07/13 08:59:48 misho Exp $
1.1       misho       7: #
                      8: 
                      9: bindir = /usr/local/bin
                     10: 
                     11: INSTALL = install
                     12: 
1.1.1.1.2.5  misho      13: #PROGS = cfexec updimg dumpcfg get1steth dpatch
1.1.1.1.2.9! misho      14: PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler
1.1       misho      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>