Home | History | Annotate | Line # | Download | only in null
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2008/11/24 11:26:49 ad Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/miscfs/nullfs ${S}/miscfs/genfs
      6 
      7 KMOD=	null
      8 SRCS=	null_vfsops.c null_vnops.c
      9 
     10 .include <bsd.kmodule.mk>
     11