1 2.PATH: ${SRCTOP}/sys/fs/autofs 3 4KMOD= autofs 5SRCS= vnode_if.h \ 6 autofs.c \ 7 autofs_vnops.c \ 8 autofs_vfsops.c 9 10.include <bsd.kmod.mk> 11