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