Home | History | Annotate | Line # | Download | only in liblayervfs
Makefile revision 1.2.32.1
      1  1.2.32.1  skrll #	$NetBSD: Makefile,v 1.2.32.1 2015/12/27 12:10:13 skrll Exp $
      2       1.1  pooka #
      3       1.1  pooka 
      4       1.1  pooka .PATH:  ${.CURDIR}/../../../../miscfs/genfs
      5       1.1  pooka 
      6       1.1  pooka LIB=	rumpvfs_layerfs
      7  1.2.32.1  skrll COMMENT=Layer file system support (used by other drivers)
      8       1.1  pooka 
      9       1.1  pooka SRCS=	layer_subr.c layer_vfsops.c layer_vnops.c
     10       1.1  pooka 
     11       1.2  joerg CWARNFLAGS.clang+=	-Wno-conversion
     12       1.2  joerg 
     13       1.1  pooka .include <bsd.lib.mk>
     14       1.1  pooka .include <bsd.klinks.mk>
     15