xref: /dragonfly/sys/vfs/autofs/Makefile (revision 5eed46d7)
1KMOD=	autofs
2SRCS=	autofs.c autofs_vfsops.c autofs_vnops.c
3
4.include <bsd.kmod.mk>
5