Home | History | Annotate | Line # | Download | only in autofs
Makefile revision 1.2.4.1
      1  1.2.4.1  christos #	$NetBSD: Makefile,v 1.2.4.1 2019/06/10 22:09:11 christos Exp $
      2      1.1  christos 
      3      1.1  christos .include "../Makefile.inc"
      4      1.1  christos 
      5      1.1  christos .PATH:	${S}/fs/autofs
      6      1.1  christos 
      7      1.1  christos KMOD=	autofs
      8      1.2  christos IOCONF= autofs.ioconf
      9      1.1  christos SRCS=	autofs.c autofs_vfsops.c autofs_vnops.c
     10      1.1  christos 
     11      1.1  christos CPPFLAGS+=	-DDIAGNOSTIC
     12      1.1  christos DBG+=		-DDEBUG -DLOCKDEBUG
     13      1.1  christos 
     14  1.2.4.1  christos WARNS=	3
     15  1.2.4.1  christos 
     16      1.1  christos .include <bsd.kmodule.mk>
     17