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