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_tap/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/modules/if_tap/Makefile') diff --git a/sys/modules/if_tap/Makefile b/sys/modules/if_tap/Makefile index 8bc3758..29e0a90 100644 --- a/sys/modules/if_tap/Makefile +++ b/sys/modules/if_tap/Makefile @@ -2,9 +2,10 @@ # # $FreeBSD$ -.PATH: ${.CURDIR}/../../net -KMOD= if_tap -SRCS= if_tap.c opt_inet.h vnode_if.h +.PATH: ${.CURDIR}/../../net + +KMOD= if_tap +SRCS= if_tap.c opt_inet.h vnode_if.h CLEANFILES+= opt_devfs.h opt_inet.h vnode_if.h -- cgit v1.1