1# $FreeBSD$ 2# $Id: Makefile,v 1.10 2004/09/01 07:03:32 bright Exp $ 3 4 5SRCDIR= ${.CURDIR}/../../fs/autofs 6 7.PATH: ${SRCDIR} 8 9CFLAGS+= -I${SRCDIR} 10 11KMOD= autofs 12 13SRCS= vnode_if.h \ 14 autofs_vfsops.c autofs_util.c autofs_vnops.c 15 16.include <bsd.kmod.mk> 17