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/el/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sys/modules/el') diff --git a/sys/modules/el/Makefile b/sys/modules/el/Makefile index 17c4a42..7839405 100644 --- a/sys/modules/el/Makefile +++ b/sys/modules/el/Makefile @@ -1,8 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../i386/isa -KMOD = if_el -SRCS = if_el.c -SRCS += opt_bdg.h opt_inet.h opt_ipx.h device_if.h bus_if.h isa_if.h +.PATH: ${.CURDIR}/../../i386/isa + +KMOD= if_el +SRCS= if_el.c +SRCS+= opt_bdg.h opt_inet.h opt_ipx.h device_if.h bus_if.h isa_if.h .include -- cgit v1.1