Annotation of embedtools/bin/Makefile.in, revision 1.2.2.7

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

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