xref: /dflybsd-src/sys/netgraph7/bluetooth/drivers/h4/Makefile (revision e85b99abf6da4a83a7dc495b0ef37ce19864149f)
1# $Id: Makefile,v 1.1 2002/11/24 20:40:04 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/h4/Makefile 155824 2006-02-18 23:49:28Z yar $
3
4KMOD=		ng_h4
5SRCS=		ng_h4.c
6
7.include <bsd.kmod.mk>
8