Fix typo.

Pointed out by:	Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
This commit is contained in:
Jun Kuriyama 2001-01-06 06:20:54 +00:00
parent 3f6014e672
commit 33dc87aa84

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>