freebsd-dev/sys/modules/netgraph/bluetooth/h4/Makefile

17 lines
367 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.1 2002/11/24 20:40:04 max Exp $
# $FreeBSD$
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4
#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
KMOD= ng_h4
SRCS= ng_h4.c
MAN4= ng_h4.4
.include <bsd.kmod.mk>