From c68159a6d8eede11766cf13896d0f7670dbd51aa Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" 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 8bc375897488..29e0a903053d 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.2.3