aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/bluetooth/l2cap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/bluetooth/l2cap/Makefile')
-rw-r--r--sys/modules/netgraph/bluetooth/l2cap/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/netgraph/bluetooth/l2cap/Makefile b/sys/modules/netgraph/bluetooth/l2cap/Makefile
index 623fd862cd305..5b66e0988f72f 100644
--- a/sys/modules/netgraph/bluetooth/l2cap/Makefile
+++ b/sys/modules/netgraph/bluetooth/l2cap/Makefile
@@ -9,6 +9,5 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
KMOD= ng_l2cap
SRCS= ng_l2cap_main.c ng_l2cap_cmds.c ng_l2cap_evnt.c \
ng_l2cap_ulpi.c ng_l2cap_llpi.c ng_l2cap_misc.c
-MAN4= ng_l2cap.4
.include <bsd.kmod.mk>