From 20dc1b47c113bb0fc4e397642a4703027f8a9565 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Wed, 1 Sep 2004 07:53:04 +0000 Subject: [PATCH] Cleanup paths. Submitted by: ru --- sys/modules/autofs/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/modules/autofs/Makefile b/sys/modules/autofs/Makefile index f071979f684..1dba33527f7 100644 --- a/sys/modules/autofs/Makefile +++ b/sys/modules/autofs/Makefile @@ -1,11 +1,13 @@ # $FreeBSD$ +# $Id: Makefile,v 1.10 2004/09/01 07:03:32 bright Exp $ -TOPDIR=${.CURDIR}/../.. -.PATH: ${TOPDIR}/fs/autofs +SRCDIR= ${.CURDIR}/../../fs/autofs + +.PATH: ${SRCDIR} + +CFLAGS+= -I${SRCDIR} -CFLAGS+= -I${TOPDIR}/fs/autofs -CFLAGS+= -Werror KMOD= autofs SRCS= vnode_if.h \