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/bktr | |
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/bktr')
-rw-r--r-- | sys/modules/bktr/bktr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/bktr/bktr/Makefile b/sys/modules/bktr/bktr/Makefile index f48f3e7..60e4a7c 100644 --- a/sys/modules/bktr/bktr/Makefile +++ b/sys/modules/bktr/bktr/Makefile @@ -6,7 +6,7 @@ KMOD= bktr SRCS= bktr_core.c bktr_os.c bktr_audio.c bktr_tuner.c bktr_card.c msp34xx.c \ - opt_devfs.h opt_bktr.h bus_if.h device_if.h \ + opt_bktr.h bus_if.h device_if.h \ pci_if.h CFLAGS+= -DBKTR_FREEBSD_MODULE |