#
# $Id: Makefile 1691 2010-06-17 19:36:16Z bsdtrhodes $
#

PROG=	fscd
MAN=	fscd.conf.5 fscd.8

DPADD=	${LIBKVM}
LDADD=	-lkvm -lpthread -lutil

WARNS=	2

CFLAGS+=	-std=c99

install:
	install -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} fscd /usr/sbin/
	install -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} fscd.conf.5 /usr/share/man/man5/
	install -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} fscd.8 /usr/share/man/man8/

.include <bsd.prog.mk>
