]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/bluetooth/bt3cfw/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / bluetooth / bt3cfw / Makefile
1 # $Id: Makefile,v 1.5 2003/08/14 20:06:00 max Exp $
2 # $FreeBSD$
3
4 PROG=           bt3cfw
5 MAN=            bt3cfw.8
6 WARNS?=         2
7
8 DPADD=          ${LIBNETGRAPH}
9 LDADD=          -lnetgraph
10
11 .include <bsd.prog.mk>