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 \