Fix typo.

Pointed out by:	Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
This commit is contained in:
kuriyama 2001-01-06 06:20:54 +00:00
parent 9ecd859376
commit 3589db3e42

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/fb
KMOD = s3
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS += s3pci.c
SRCS += s3_pci.c
KMODDEPS = vesa
.include <bsd.kmod.mk>