Home | History | Annotate | Line # | Download | only in libkernfs
Makefile revision 1.3
      1  1.3    pooka #	$NetBSD: Makefile,v 1.3 2015/10/19 16:16:35 pooka Exp $
      2  1.1    pooka #
      3  1.1    pooka 
      4  1.1    pooka .PATH:  ${.CURDIR}/../../../../miscfs/kernfs
      5  1.1    pooka 
      6  1.1    pooka LIB=	rumpfs_kernfs
      7  1.3    pooka COMMENT=/kern fictional file system
      8  1.1    pooka 
      9  1.2  hannken SRCS=	kernfs_vfsops.c kernfs_vnops.c
     10  1.1    pooka 
     11  1.1    pooka .include <bsd.lib.mk>
     12  1.1    pooka .include <bsd.klinks.mk>
     13