9be0cda615
Tested by: cvs diff -B
13 lines
299 B
Makefile
13 lines
299 B
Makefile
# $Id: Makefile,v 1.1 2002/11/24 20:40:04 max Exp $
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
|
|
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
|
|
|
|
KMOD= ng_h4
|
|
SRCS= ng_h4.c
|
|
|
|
.include <bsd.kmod.mk>
|