Annotation of embedtools/bin/Makefile, revision 1.1.1.1.2.15
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.15! misho 6: # $Id: Makefile,v 1.1.1.1.2.14 2010/10/22 09:16:26 misho Exp $
1.1 misho 7: #
8:
9: bindir = /usr/local/bin
1.1.1.1.2.13 misho 10: sbindir = /usr/local/sbin
1.1 misho 11:
12: INSTALL = install
13:
1.1.1.1.2.15! misho 14: PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl \
! 15: dwds
1.1.1.1.2.11 misho 16: SERVS = syslogd
1.1 misho 17:
18: all:
19:
20: depend:
21:
22: clean:
1.1.1.1.2.11 misho 23: rm -f ${PROGS} ${SERVS}
1.1 misho 24:
25: install:
26: ${INSTALL} -o root -g wheel ${PROGS} ${bindir}
1.1.1.1.2.13 misho 27: ${INSTALL} -o root -g wheel ${SERVS} ${sbindir}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>