From c269c9fb36040d129558f61fa26bf3745100a4ff Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 6 Jan 2001 14:00:42 +0000 Subject: Use a consistent style and one much closer to the rest of /usr/src --- sys/modules/wb/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sys/modules/wb') diff --git a/sys/modules/wb/Makefile b/sys/modules/wb/Makefile index e8b15eb..e53d986 100644 --- a/sys/modules/wb/Makefile +++ b/sys/modules/wb/Makefile @@ -1,8 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../pci -KMOD = if_wb -SRCS = if_wb.c opt_bdg.h device_if.h -SRCS += bus_if.h miibus_if.h pci_if.h +.PATH: ${.CURDIR}/../../pci + +KMOD= if_wb +SRCS= if_wb.c opt_bdg.h device_if.h +SRCS+= bus_if.h miibus_if.h pci_if.h .include -- cgit v1.1