summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-13 11:28:51 +0000
committerru <ru@FreeBSD.org>2004-01-13 11:28:51 +0000
commited2c284a7d9a41ab03493333c2f66e2aa8362e70 (patch)
treeabaa6535c834e4155720f7882d0817e8a6469254 /sys/modules/netgraph
parent4cd8df6276b2e9a646dfddec9b708fe8c24e9bd6 (diff)
downloadFreeBSD-src-ed2c284a7d9a41ab03493333c2f66e2aa8362e70.zip
FreeBSD-src-ed2c284a7d9a41ab03493333c2f66e2aa8362e70.tar.gz
bsd.kmod.mk does not deal with manpages anymore.
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/bluetooth/bluetooth/Makefile1
-rw-r--r--sys/modules/netgraph/bluetooth/bt3c/Makefile1
-rw-r--r--sys/modules/netgraph/bluetooth/h4/Makefile1
-rw-r--r--sys/modules/netgraph/bluetooth/hci/Makefile1
-rw-r--r--sys/modules/netgraph/bluetooth/l2cap/Makefile1
-rw-r--r--sys/modules/netgraph/bluetooth/socket/Makefile1
-rw-r--r--sys/modules/netgraph/bluetooth/ubt/Makefile1
-rw-r--r--sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile1
-rw-r--r--sys/modules/netgraph/fec/Makefile2
9 files changed, 0 insertions, 10 deletions
diff --git a/sys/modules/netgraph/bluetooth/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/bluetooth/Makefile
index aae3984..a3c951f 100644
--- a/sys/modules/netgraph/bluetooth/bluetooth/Makefile
+++ b/sys/modules/netgraph/bluetooth/bluetooth/Makefile
@@ -7,7 +7,6 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include
KMOD= ng_bluetooth
SRCS= ng_bluetooth.c
-MAN4= ng_bluetooth.4
.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/bt3c/Makefile b/sys/modules/netgraph/bluetooth/bt3c/Makefile
index 4d00d32..8cb8550 100644
--- a/sys/modules/netgraph/bluetooth/bt3c/Makefile
+++ b/sys/modules/netgraph/bluetooth/bt3c/Makefile
@@ -8,7 +8,6 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
KMOD= ng_bt3c
SRCS= ng_bt3c_pccard.c bus_if.h card_if.h device_if.h
-MAN4= ng_bt3c.4
.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/h4/Makefile b/sys/modules/netgraph/bluetooth/h4/Makefile
index c5d63b5..849d899 100644
--- a/sys/modules/netgraph/bluetooth/h4/Makefile
+++ b/sys/modules/netgraph/bluetooth/h4/Makefile
@@ -8,7 +8,6 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
KMOD= ng_h4
SRCS= ng_h4.c
-MAN4= ng_h4.4
.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/hci/Makefile b/sys/modules/netgraph/bluetooth/hci/Makefile
index 2423e51..729ea7b 100644
--- a/sys/modules/netgraph/bluetooth/hci/Makefile
+++ b/sys/modules/netgraph/bluetooth/hci/Makefile
@@ -9,6 +9,5 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
KMOD= ng_hci
SRCS= ng_hci_main.c ng_hci_cmds.c ng_hci_evnt.c \
ng_hci_ulpi.c ng_hci_misc.c
-MAN4= ng_hci.4
.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/l2cap/Makefile b/sys/modules/netgraph/bluetooth/l2cap/Makefile
index 623fd86..5b66e09 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>
diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile
index ba82b5c..5342c2a 100644
--- a/sys/modules/netgraph/bluetooth/socket/Makefile
+++ b/sys/modules/netgraph/bluetooth/socket/Makefile
@@ -11,6 +11,5 @@ SRCS= ng_btsocket.c \
ng_btsocket_l2cap_raw.c \
ng_btsocket_l2cap.c \
ng_btsocket_rfcomm.c
-MAN4= ng_btsocket.4
.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile
index 941bf33..a1fe175 100644
--- a/sys/modules/netgraph/bluetooth/ubt/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubt/Makefile
@@ -8,7 +8,6 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
KMOD= ng_ubt
SRCS= ng_ubt.c bus_if.h device_if.h vnode_if.h opt_usb.h
-MAN4= ng_ubt.4
.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
index a7f0fcc..52efbc7 100644
--- a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
+++ b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile
@@ -8,7 +8,6 @@ CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
KMOD= ubtbcmfw
SRCS= ubtbcmfw.c bus_if.h device_if.h vnode_if.h opt_usb.h
-MAN4= ubtbcmfw.4
.include <bsd.kmod.mk>
diff --git a/sys/modules/netgraph/fec/Makefile b/sys/modules/netgraph/fec/Makefile
index 7d58b75..182b64e 100644
--- a/sys/modules/netgraph/fec/Makefile
+++ b/sys/modules/netgraph/fec/Makefile
@@ -2,8 +2,6 @@
KMOD= ng_fec
SRCS= ng_fec.c opt_inet.h opt_inet6.h
-#MAN4= ng_fec.4
-NOMAN= yes
MODULE_DEPEND= netgraph
CFLAGS += -DINET -DINET6
OpenPOWER on IntegriCloud