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

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.2 ! misho       6: # $Id: Makefile.in,v 1.2.2.1 2011/06/08 12:55:29 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.2 ! misho      18: PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler wdog
1.2       misho      19: 
                     20: all:
                     21: 
1.2.2.2 ! misho      22: FreeBSD:
        !            23:        ${INSTALL} -o root -g wheel athctl dwds ${bindir}
        !            24: 
        !            25: OpenBSD:
        !            26: 
        !            27: NetBSD:
        !            28: 
1.2       misho      29: depend:
                     30: 
                     31: clean:
                     32:        rm -f ${PROGS} ${SERVS}
                     33: 
                     34: install:
                     35:        ${INSTALL} -o root -g wheel ${PROGS} ${bindir}

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