# $Id: Makefile,v 1.2 2003/03/15 03:07:45 max Exp $ # $FreeBSD$ DESTDIR= /usr/sbin/ MANDIR= ../share/man/man PROG= hcseriald MAN8= hcseriald.8 WARNS?= 2 CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include SRCS= hcseriald.c DPADD= ${LIBNETGRAPH} LDADD= -lnetgraph .include