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/if_ef/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/modules/if_ef') diff --git a/sys/modules/if_ef/Makefile b/sys/modules/if_ef/Makefile index f3996ed..7ea9351 100644 --- a/sys/modules/if_ef/Makefile +++ b/sys/modules/if_ef/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../net +.PATH: ${.CURDIR}/../../net -KMOD= if_ef -SRCS= if_ef.c opt_ipx.h opt_inet.h opt_ef.h +KMOD= if_ef +SRCS= if_ef.c opt_ipx.h opt_inet.h opt_ef.h NOMAN= # If you need only limited number of frames comment out unneeded ones -- cgit v1.1