remove opt_devfs.h

This commit is contained in:
Cameron Grant 2000-09-02 23:19:47 +00:00
parent f776b5abb8
commit 792ad5b0c2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../dev/sound/pcm
KMOD = snd_pcm
SRCS = device_if.h bus_if.h isa_if.h pci_if.h opt_devfs.h
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
.include <bsd.kmod.mk>

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../dev/sound/pcm
KMOD = snd_pcm
SRCS = device_if.h bus_if.h isa_if.h pci_if.h opt_devfs.h
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
.include <bsd.kmod.mk>