summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bt3cfw/Makefile
blob: 6310c0af7704b4dae5bde32264d134385ddd41e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile,v 1.2 2003/03/15 03:06:53 max Exp $
# $FreeBSD$

DESTDIR=	/usr/sbin/
MANDIR=		../share/man/man
PROG=		bt3cfw
MAN8=		bt3cfw.8
WARNS?=		2
CFLAGS+=	-g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
SRCS=		bt3cfw.c

DPADD=		${LIBNETGRAPH}
LDADD=		-lnetgraph

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