Home | History | Annotate | Line # | Download | only in null
Makefile revision 1.1
      1  1.1  ad #	$NetBSD: Makefile,v 1.1 2008/11/24 11:26:49 ad 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.1  ad .include <bsd.kmodule.mk>
     11