Makefile revision 1.2
11.2Sjoerg# $NetBSD: Makefile,v 1.2 2011/05/26 12:56:32 joerg Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../miscfs/nullfs 51.1Spooka 61.1SpookaLIB= rumpfs_null 71.1Spooka 81.1SpookaSRCS= null_vfsops.c null_vnops.c 91.1Spooka 101.2SjoergCWARNFLAGS.clang+= -Wno-conversion 111.2Sjoerg 121.1Spooka.include <bsd.lib.mk> 131.1Spooka.include <bsd.klinks.mk> 14