Cleanup paths.

Submitted by: ru
This commit is contained in:
Alfred Perlstein 2004-09-01 07:53:04 +00:00
parent 5eadd7403e
commit 20dc1b47c1

View file

@ -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 \