Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2011/05/26 12:56:32 joerg Exp $
2#
3
4.PATH:  ${.CURDIR}/../../../../miscfs/nullfs
5
6LIB=	rumpfs_null
7
8SRCS=	null_vfsops.c null_vnops.c
9
10CWARNFLAGS.clang+=	-Wno-conversion
11
12.include <bsd.lib.mk>
13.include <bsd.klinks.mk>
14