Annotation of embedtools/bin/Makefile.in, revision 1.2.2.1
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.1 ! misho 6: # $Id: Makefile.in,v 1.2 2011/06/08 12:45:40 misho Exp $
1.2 misho 7: #
8:
9: prefix = @prefix@
10: exec_prefix = @exec_prefix@
11: bindir = @bindir@
12: sbindir = @sbindir@
13:
14: INSTALL = @INSTALL@
15:
1.2.2.1 ! misho 16: PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler wdog athctl \
1.2 misho 17: dwds
18:
19: all:
20:
21: depend:
22:
23: clean:
24: rm -f ${PROGS} ${SERVS}
25:
26: install:
27: ${INSTALL} -o root -g wheel ${PROGS} ${bindir}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>