From 7f3f3253ff90ff95021bc49a8aaf9d5f287ead37 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 3 Jun 2000 11:45:00 +0000 Subject: Fixed style bugs that I unfortunately noticed because bsd.kmod.mk was being reconstructed. --- sys/modules/twe/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/modules/twe/Makefile b/sys/modules/twe/Makefile index 7142344e37427..f12f4e9527118 100644 --- a/sys/modules/twe/Makefile +++ b/sys/modules/twe/Makefile @@ -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 -- cgit v1.3