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