aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/hcseriald/Makefile
blob: 9442fa0228cd427a08b72f4ef80e3aa49517f700 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $Id: Makefile,v 1.5 2003/08/14 20:06:21 max Exp $
# $FreeBSD: src/usr.sbin/bluetooth/hcseriald/Makefile,v 1.4.20.1 2009/04/15 03:14:26 kensmith Exp $

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

DPADD=		${LIBNETGRAPH}
LDADD=		-lnetgraph

.include <bsd.prog.mk>