Deleted Added
full compact
Makefile (270096) Makefile (270892)
1# $FreeBSD: head/sys/modules/autofs/Makefile 270096 2014-08-17 09:44:42Z trasz $
1# $FreeBSD: stable/10/sys/modules/autofs/Makefile 270096 2014-08-17 09:44:42Z trasz $
2
3.PATH: ${.CURDIR}/../../fs/autofs
4
5KMOD= autofs
6SRCS= vnode_if.h \
7 autofs.c \
8 autofs_vnops.c \
9 autofs_vfsops.c
10
11.include <bsd.kmod.mk>
2
3.PATH: ${.CURDIR}/../../fs/autofs
4
5KMOD= autofs
6SRCS= vnode_if.h \
7 autofs.c \
8 autofs_vnops.c \
9 autofs_vfsops.c
10
11.include <bsd.kmod.mk>