1# $Id: Makefile,v 1.1 2002/11/24 20:40:04 max Exp $ 2 3.PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/h4 4 5CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \ 6 -I${SRCTOP}/sys/netgraph/bluetooth/drivers/h4 7 8KMOD= ng_h4 9SRCS= ng_h4.c 10 11.include <bsd.kmod.mk> 12