Fixed style bugs that I unfortunately noticed because bsd.kmod.mk was

being reconstructed.
This commit is contained in:
Bruce Evans 2000-06-03 11:45:00 +00:00
parent 81ae6b6341
commit 7f3f3253ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61217

View File

@ -1,7 +1,7 @@
# $FreeBSD$
KMOD = twe
SRCS = twe.c twe_disk.c device_if.h bus_if.h pci_if.h
.PATH: ${.CURDIR}/../../dev/twe
.PATH: ${.CURDIR}/../../dev/twe
KMOD= twe
SRCS= bus_if.h device_if.h pci_if.h twe.c twe_disk.c
.include <bsd.kmod.mk>