diff options
author | antoine <antoine@FreeBSD.org> | 2008-03-27 20:38:03 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2008-03-27 20:38:03 +0000 |
commit | 162471f2fb52f635320655aee0048ac48c38821c (patch) | |
tree | 443a105964ef5ccced7c74085b9af29a40ee12c2 /sys/modules/wpi/Makefile | |
parent | fd0bef772c625754c6c54e004a8db759dd8e29a7 (diff) | |
download | FreeBSD-src-162471f2fb52f635320655aee0048ac48c38821c.zip FreeBSD-src-162471f2fb52f635320655aee0048ac48c38821c.tar.gz |
Remove option headers that do not exist and are not used
from the Makefiles in sys/modules.
(opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h)
Approved by: rwatson (mentor)
Diffstat (limited to 'sys/modules/wpi/Makefile')
-rw-r--r-- | sys/modules/wpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/wpi/Makefile b/sys/modules/wpi/Makefile index b0cbe6d..b6dbbc6 100644 --- a/sys/modules/wpi/Makefile +++ b/sys/modules/wpi/Makefile @@ -3,6 +3,6 @@ .PATH: ${.CURDIR}/../../dev/wpi KMOD = if_wpi -SRCS = if_wpi.c opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS = if_wpi.c device_if.h bus_if.h pci_if.h .include <bsd.kmod.mk> |