Home | History | Annotate | Line # | Download | only in libkernfs
Makefile revision 1.2.4.1
      1  1.2.4.1    skrll #	$NetBSD: Makefile,v 1.2.4.1 2015/12/27 12:10:13 skrll 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.2.4.1    skrll 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