summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bt3cfw/Makefile
blob: 05ae1ab721b40a0a28a8fb4647fcf7ccabb761d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile,v 1.1.1.1 2002/11/12 00:39:18 max Exp $
# $FreeBSD$

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

DPADD=		${LIBNETGRAPH}
LDADD=		-lnetgraph

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