summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hcseriald/Makefile
blob: 4d6b6290a9e4415084f9f402f0b8e1f0faa52554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: Makefile,v 1.2 2003/03/15 03:07:45 max Exp $
# $FreeBSD$

DESTDIR=	/usr/sbin/
MANDIR=		../share/man/man

PROG=		hcseriald
MAN8=		hcseriald.8

WARNS?=		2
CFLAGS+=	-g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
SRCS=		hcseriald.c

DPADD=		${LIBNETGRAPH}
LDADD=		-lnetgraph

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud