Annotation of embedtools/bin/Makefile, revision 1.1.1.1.2.12

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.12! misho       6: # $Id: Makefile,v 1.1.1.1.2.11 2010/09/28 17:20:59 misho Exp $
1.1       misho       7: #
                      8: 
                      9: bindir = /usr/local/bin
                     10: 
                     11: INSTALL = install
                     12: 
1.1.1.1.2.10  misho      13: PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog
1.1.1.1.2.11  misho      14: SERVS = syslogd
1.1       misho      15: 
                     16: all:
                     17: 
                     18: depend:
                     19: 
                     20: clean:
1.1.1.1.2.11  misho      21:        rm -f ${PROGS} ${SERVS}
1.1       misho      22: 
                     23: install:
                     24:        ${INSTALL} -o root -g wheel ${PROGS} ${bindir}
1.1.1.1.2.12! misho      25:        ${INSTALL} -o root -g wheel ${SERVS} /usr/sbin

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