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/unionfs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/modules/unionfs') diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile index 6825a63..8f3f852 100644 --- a/sys/modules/unionfs/Makefile +++ b/sys/modules/unionfs/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../miscfs/union +.PATH: ${.CURDIR}/../../miscfs/union + KMOD= union SRCS= vnode_if.h \ union_subr.c union_vfsops.c union_vnops.c -- cgit v1.1