summaryrefslogtreecommitdiffstats
path: root/sys/modules/autofs/Makefile
blob: f071979f684f4a86260789e89941a5ceb5a7d60d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

TOPDIR=${.CURDIR}/../..

.PATH: ${TOPDIR}/fs/autofs

CFLAGS+=	-I${TOPDIR}/fs/autofs
CFLAGS+=	-Werror
KMOD=	autofs

SRCS=	vnode_if.h \
	autofs_vfsops.c autofs_util.c autofs_vnops.c

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud