diff options
author | yar <yar@FreeBSD.org> | 2006-02-18 23:49:28 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-02-18 23:49:28 +0000 |
commit | 77de99969f9e3accd304a18bf816a7b1c9fad3a5 (patch) | |
tree | 96078f7c7600b0ffe8afbfac1af53ba2f747d3d6 /sys/modules | |
parent | 10a796424b67074921a3d61662956919dc50084e (diff) | |
download | FreeBSD-src-77de99969f9e3accd304a18bf816a7b1c9fad3a5.zip FreeBSD-src-77de99969f9e3accd304a18bf816a7b1c9fad3a5.tar.gz |
Style: Remove blank lines before EOF.
Tested by: cvs diff -B
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/firewire/firewire/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/firewire/fwe/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/firewire/sbp/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/firewire/sbp_targ/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/netgraph/atm/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/netgraph/bluetooth/Makefile | 1 | ||||
-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/ubt/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/nfs4client/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/nfsclient/Makefile | 1 | ||||
-rw-r--r-- | sys/modules/twa/Makefile | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/sys/modules/firewire/firewire/Makefile b/sys/modules/firewire/firewire/Makefile index 8e4e06f..de418b1 100644 --- a/sys/modules/firewire/firewire/Makefile +++ b/sys/modules/firewire/firewire/Makefile @@ -12,4 +12,3 @@ SRCS = bus_if.h device_if.h pci_if.h \ fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h .include <bsd.kmod.mk> - diff --git a/sys/modules/firewire/fwe/Makefile b/sys/modules/firewire/fwe/Makefile index 6b26606..746eb65 100644 --- a/sys/modules/firewire/fwe/Makefile +++ b/sys/modules/firewire/fwe/Makefile @@ -12,4 +12,3 @@ SRCS = bus_if.h device_if.h \ #CFLAGS += -DDEVICE_POLLING .include <bsd.kmod.mk> - diff --git a/sys/modules/firewire/sbp/Makefile b/sys/modules/firewire/sbp/Makefile index 7acf1a3..94218c4 100644 --- a/sys/modules/firewire/sbp/Makefile +++ b/sys/modules/firewire/sbp/Makefile @@ -12,4 +12,3 @@ SRCS = bus_if.h device_if.h \ iec13213.h .include <bsd.kmod.mk> - diff --git a/sys/modules/firewire/sbp_targ/Makefile b/sys/modules/firewire/sbp_targ/Makefile index 04eaa94..98ca957 100644 --- a/sys/modules/firewire/sbp_targ/Makefile +++ b/sys/modules/firewire/sbp_targ/Makefile @@ -12,4 +12,3 @@ SRCS = bus_if.h device_if.h \ iec13213.h .include <bsd.kmod.mk> - diff --git a/sys/modules/netgraph/atm/Makefile b/sys/modules/netgraph/atm/Makefile index 02de977..51361d7 100644 --- a/sys/modules/netgraph/atm/Makefile +++ b/sys/modules/netgraph/atm/Makefile @@ -10,4 +10,3 @@ SUBDIR= \ uni .include <bsd.subdir.mk> - diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile index 8fdd896..2c7ae7a 100644 --- a/sys/modules/netgraph/bluetooth/Makefile +++ b/sys/modules/netgraph/bluetooth/Makefile @@ -12,4 +12,3 @@ SUBDIR= \ ubtbcmfw .include <bsd.subdir.mk> - diff --git a/sys/modules/netgraph/bluetooth/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/bluetooth/Makefile index a3c951f..35c3ead 100644 --- a/sys/modules/netgraph/bluetooth/bluetooth/Makefile +++ b/sys/modules/netgraph/bluetooth/bluetooth/Makefile @@ -9,4 +9,3 @@ KMOD= ng_bluetooth SRCS= ng_bluetooth.c .include <bsd.kmod.mk> - diff --git a/sys/modules/netgraph/bluetooth/bt3c/Makefile b/sys/modules/netgraph/bluetooth/bt3c/Makefile index 753400e..36514b1 100644 --- a/sys/modules/netgraph/bluetooth/bt3c/Makefile +++ b/sys/modules/netgraph/bluetooth/bt3c/Makefile @@ -10,4 +10,3 @@ KMOD= ng_bt3c SRCS= ng_bt3c_pccard.c bus_if.h card_if.h device_if.h pccarddevs.h .include <bsd.kmod.mk> - diff --git a/sys/modules/netgraph/bluetooth/h4/Makefile b/sys/modules/netgraph/bluetooth/h4/Makefile index 849d899..f8dfc96 100644 --- a/sys/modules/netgraph/bluetooth/h4/Makefile +++ b/sys/modules/netgraph/bluetooth/h4/Makefile @@ -10,4 +10,3 @@ KMOD= ng_h4 SRCS= ng_h4.c .include <bsd.kmod.mk> - diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile index c68961c..7feb967 100644 --- a/sys/modules/netgraph/bluetooth/ubt/Makefile +++ b/sys/modules/netgraph/bluetooth/ubt/Makefile @@ -10,4 +10,3 @@ KMOD= ng_ubt SRCS= ng_ubt.c bus_if.h device_if.h opt_usb.h usbdevs.h .include <bsd.kmod.mk> - diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile index 908d2c3..e9f414f 100644 --- a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile +++ b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile @@ -10,4 +10,3 @@ KMOD= ubtbcmfw SRCS= ubtbcmfw.c bus_if.h device_if.h opt_usb.h usbdevs.h .include <bsd.kmod.mk> - diff --git a/sys/modules/nfs4client/Makefile b/sys/modules/nfs4client/Makefile index 83c2017..bdc272f 100644 --- a/sys/modules/nfs4client/Makefile +++ b/sys/modules/nfs4client/Makefile @@ -34,4 +34,3 @@ opt_inet6.h: .endif .include <bsd.kmod.mk> - diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index 4d1cddd..1804201 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -52,4 +52,3 @@ SRCS+= nfs_diskless.c .endif .include <bsd.kmod.mk> - diff --git a/sys/modules/twa/Makefile b/sys/modules/twa/Makefile index a06b14f..49f8ba1 100644 --- a/sys/modules/twa/Makefile +++ b/sys/modules/twa/Makefile @@ -72,4 +72,3 @@ SRCS+= tw_cl_fwimg.c .endif .include <bsd.kmod.mk> - |