diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-13 11:28:51 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-13 11:28:51 +0000 |
| commit | 5ef42ab64db29a74a86a27d4082a2cadb3d245bc (patch) | |
| tree | abaa6535c834e4155720f7882d0817e8a6469254 /sys/modules/netgraph | |
| parent | ddd531b381c5754615cfd8efe682b065486d9436 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph')
| -rw-r--r-- | sys/modules/netgraph/bluetooth/bluetooth/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/netgraph/bluetooth/bt3c/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/netgraph/bluetooth/h4/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/netgraph/bluetooth/hci/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/netgraph/bluetooth/l2cap/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/netgraph/bluetooth/socket/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/netgraph/bluetooth/ubt/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/netgraph/fec/Makefile | 2 |
9 files changed, 0 insertions, 10 deletions
diff --git a/sys/modules/netgraph/bluetooth/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/bluetooth/Makefile index aae398417a8cb..a3c951f6dfa31 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 4d00d32e8887a..8cb8550d47756 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 c5d63b5adf1bd..849d899f490ce 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 2423e51c8e7fc..729ea7b5b234c 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 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> diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile index ba82b5ca6b45a..5342c2aaba88e 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 941bf3304efec..a1fe175aa0d29 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 a7f0fcc2f1fb9..52efbc7ba0593 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 7d58b7504fe98..182b64e73aaaa 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 |
