summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hcseriald/Makefile
blob: 4153cd6b9ef54cf7cd53f6d33ad997f5f988e686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: Makefile,v 1.4 2002/09/04 21:29:58 max Exp $
# $FreeBSD$

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

PROG=		hcseriald
MAN8=		hcseriald.8

WARNS?=		2
CFLAGS+=	-Wall -O2 -I../../../sys/netgraph/bluetooth/include
SRCS=		hcseriald.c

DPADD=		${LIBNETGRAPH}
LDADD=		-lnetgraph

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