]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/bluetooth/hcseriald/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / usr.sbin / bluetooth / hcseriald / Makefile
1 # $Id: Makefile,v 1.5 2003/08/14 20:06:21 max Exp $
2 # $FreeBSD$
3
4 PROG=           hcseriald
5 MAN=            hcseriald.8
6 WARNS?=         2
7
8 DPADD=          ${LIBNETGRAPH}
9 LDADD=          -lnetgraph
10
11 .include <bsd.prog.mk>