mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
11 lines
250 B
Makefile
11 lines
250 B
Makefile
# $Id: Makefile,v 1.1 2002/11/24 20:39:57 max Exp $
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/common
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include
|
|
|
|
KMOD= ng_bluetooth
|
|
SRCS= ng_bluetooth.c
|
|
|
|
.include <bsd.kmod.mk>
|