mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
14 lines
315 B
Makefile
14 lines
315 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
|
|
MAN4= ng_h4.4
|
|
|
|
.include <bsd.kmod.mk>
|
|
|