From f8cc8650700e82a6bf297d84634dd12a616d0209 Mon Sep 17 00:00:00 2001 From: bde 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/modules/twe/Makefile') diff --git a/sys/modules/twe/Makefile b/sys/modules/twe/Makefile index 7142344..f12f4e9 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.1