Home | History | Annotate | Line # | Download | only in filecore
Makefile revision 1.1.4.2
      1  1.1.4.2  mjf #	$NetBSD: Makefile,v 1.1.4.2 2009/01/17 13:29:29 mjf Exp $
      2  1.1.4.2  mjf 
      3  1.1.4.2  mjf .include "../Makefile.inc"
      4  1.1.4.2  mjf 
      5  1.1.4.2  mjf .PATH:	${S}/fs/filecorefs
      6  1.1.4.2  mjf 
      7  1.1.4.2  mjf KMOD=	filecore
      8  1.1.4.2  mjf SRCS=	filecore_bmap.c filecore_lookup.c filecore_node.c filecore_utils.c \
      9  1.1.4.2  mjf 	filecore_vfsops.c filecore_vnops.c
     10  1.1.4.2  mjf 
     11  1.1.4.2  mjf .include <bsd.kmodule.mk>
     12