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

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.8 ! misho       6: # $Id: Makefile.in,v 1.2.2.7 2012/07/04 13:54:21 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.2.8 ! misho      19: FreeBSD_PROGS = athctl dwds cfi
1.2       misho      20: 
                     21: all:
                     22: 
1.2.2.2   misho      23: FreeBSD:
1.2.2.8 ! misho      24:        ${INSTALL} -o root -g wheel ${FreeBSD_PROGS} ${bindir}
1.2.2.2   misho      25: 
                     26: OpenBSD:
                     27: 
                     28: NetBSD:
                     29: 
1.2       misho      30: depend:
                     31: 
                     32: clean:
1.2.2.8 ! misho      33:        rm -f ${PROGS} ${SERVS} ${FreeBSD_PROGS}
1.2       misho      34: 
1.2.2.3   misho      35: install: ${OS}
1.2       misho      36:        ${INSTALL} -o root -g wheel ${PROGS} ${bindir}

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