summaryrefslogtreecommitdiff
path: root/sys/modules/autofs/Makefile
blob: 92ab40a925952a6d5d7c1fed48be57ca3953bfb2 (plain)
1
2
3
4
5
6
7
8
9
.PATH: ${SRCTOP}/sys/fs/autofs

KMOD=	autofs
SRCS=	vnode_if.h \
	autofs.c \
	autofs_vnops.c \
	autofs_vfsops.c

.include <bsd.kmod.mk>