sigh, add opt_devfs.h

This commit is contained in:
Cameron Grant 2000-08-29 22:00:50 +00:00
parent c515991040
commit 16c8501c61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65223
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
SRCS = device_if.h bus_if.h isa_if.h pci_if.h opt_devfs.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
SRCS = device_if.h bus_if.h isa_if.h pci_if.h opt_devfs.h
SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
.include <bsd.kmod.mk>