summaryrefslogtreecommitdiff
path: root/sys/modules/autofs/Makefile
blob: 9269f75dbffae9177dfe14ebefd9c67b63d6685a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.2 2018/01/09 16:18:35 christos Exp $

.include "../Makefile.inc"

.PATH:	${S}/fs/autofs

KMOD=	autofs
IOCONF= autofs.ioconf
SRCS=	autofs.c autofs_vfsops.c autofs_vnops.c

CPPFLAGS+=	-DDIAGNOSTIC
DBG+=		-DDEBUG -DLOCKDEBUG

.include <bsd.kmodule.mk>