Makefile revision 1.1
11.1Spooka# $NetBSD: Makefile,v 1.1 2010/12/05 16:11:16 pooka 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.1Spooka.include <bsd.lib.mk> 111.1Spooka.include <bsd.klinks.mk> 12