#
# (C) 2009 AITnet - Sofia/Bulgaria - <misho@openbsd-bg.org>
# by Michael Pounov <misho@openbsd-bg.org>
#
# $Author: misho $
# $Id: Makefile,v 1.1.1.1.2.15 2010/10/27 13:10:40 misho Exp $
#
bindir = /usr/local/bin
sbindir = /usr/local/sbin
INSTALL = install
PROGS = cfexec updimg get1steth dpatch rcd direr dircmp xmler clog wdog athctl \
dwds
SERVS = syslogd
all:
depend:
clean:
rm -f ${PROGS} ${SERVS}
install:
${INSTALL} -o root -g wheel ${PROGS} ${bindir}
${INSTALL} -o root -g wheel ${SERVS} ${sbindir}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>