Home | History | Annotate | Line # | Download | only in libefs
Makefile revision 1.4
      1  1.4  hannken #	$NetBSD: Makefile,v 1.4 2014/08/07 08:24:23 hannken Exp $
      2  1.1    pooka #
      3  1.1    pooka 
      4  1.3    pooka .PATH:  ${.CURDIR}/../../../../fs/efs
      5  1.2    pooka 
      6  1.3    pooka LIB=	rumpfs_efs
      7  1.1    pooka 
      8  1.4  hannken SRCS=	efs_genfs.c efs_subr.c efs_vfsops.c efs_vnops.c
      9  1.1    pooka 
     10  1.1    pooka .include <bsd.lib.mk>
     11  1.1    pooka .include <bsd.klinks.mk>
     12