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