Home | History | Annotate | Line # | Download | only in null
      1  1.2  joerg #	$NetBSD: Makefile,v 1.2 2011/05/26 12:56:31 joerg Exp $
      2  1.1     ad 
      3  1.1     ad .include "../Makefile.inc"
      4  1.1     ad 
      5  1.1     ad .PATH:	${S}/miscfs/nullfs ${S}/miscfs/genfs
      6  1.1     ad 
      7  1.1     ad KMOD=	null
      8  1.1     ad SRCS=	null_vfsops.c null_vnops.c
      9  1.1     ad 
     10  1.2  joerg CWARNFLAGS.clang=	-Wno-conversion
     11  1.2  joerg 
     12  1.1     ad .include <bsd.kmodule.mk>
     13