Makefile revision 121054
1# $Id: Makefile,v 1.5 2003/08/14 20:06:21 max Exp $
2# $FreeBSD: head/usr.sbin/bluetooth/hcseriald/Makefile 121054 2003-10-12 22:04:24Z emax $
3
4PROG=		hcseriald
5MAN=		hcseriald.8
6SRCS=		hcseriald.c
7WARNS?=		2
8
9DPADD=		${LIBNETGRAPH}
10LDADD=		-lnetgraph
11
12.include <bsd.prog.mk>
13