Home | History | Annotate | Line # | Download | only in libefs
Makefile revision 1.2.14.2
      1  1.2.14.2  joerg #	$NetBSD: Makefile,v 1.2.14.2 2007/11/02 12:43:34 joerg Exp $
      2  1.2.14.2  joerg #
      3  1.2.14.2  joerg 
      4  1.2.14.2  joerg .include <bsd.own.mk>
      5  1.2.14.2  joerg 
      6  1.2.14.2  joerg LIB=	efs
      7  1.2.14.2  joerg 
      8  1.2.14.2  joerg .PATH:  ${NETBSDSRCDIR}/sys/fs/efs
      9  1.2.14.2  joerg 
     10  1.2.14.2  joerg SRCS=	efs_genfs.c efs_ihash.c efs_subr.c efs_vfsops.c efs_vnops.c
     11  1.2.14.2  joerg 
     12  1.2.14.2  joerg .include <bsd.lib.mk>
     13  1.2.14.2  joerg .include <bsd.klinks.mk>
     14