Makefile revision 107120
1# $Id: Makefile,v 1.4 2002/09/04 21:29:58 max Exp $
2# $FreeBSD: head/usr.sbin/bluetooth/hcseriald/Makefile 107120 2002-11-20 23:01:59Z julian $
3
4DESTDIR=	/usr/sbin/
5MANDIR=		../share/man/man
6
7PROG=		hcseriald
8MAN8=		hcseriald.8
9
10WARNS?=		2
11CFLAGS+=	-Wall -O2 -I../../../sys/netgraph/bluetooth/include
12SRCS=		hcseriald.c
13
14DPADD=		${LIBNETGRAPH}
15LDADD=		-lnetgraph
16
17.include <bsd.prog.mk>
18