freebsd-dev/usr.sbin/bluetooth/bt3cfw/Makefile
Julian Elischer 1a63eb31c7 Part 2 of the commit if new bluetooth code.
Submitted by:	Maksim Yevmenkin <m_evmenkin@yahoo.com>
Approved by: re@
2003-05-10 21:50:37 +00:00

16 lines
300 B
Makefile

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