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