# $Id: Makefile,v 1.5 2003/08/14 20:06:21 max Exp $
# $FreeBSD: stable/5/usr.sbin/bluetooth/hcseriald/Makefile 121054 2003-10-12 22:04:24Z emax $

PROG=		hcseriald
MAN=		hcseriald.8
SRCS=		hcseriald.c
WARNS?=		2

DPADD=		${LIBNETGRAPH}
LDADD=		-lnetgraph

.include <bsd.prog.mk>
