1 1.2.56.1 christos # $NetBSD: Makefile,v 1.2.56.1 2019/06/10 22:09:31 christos Exp $ 2 1.1 ad 3 1.1 ad .include "../Makefile.inc" 4 1.1 ad 5 1.1 ad .PATH: ${S}/miscfs/genfs 6 1.1 ad 7 1.1 ad KMOD= layerfs 8 1.1 ad SRCS= layer_subr.c layer_vfsops.c layer_vnops.c 9 1.1 ad 10 1.2.56.1 christos WARNS= 3 11 1.2.56.1 christos 12 1.2 joerg CWARNFLAGS.clang= -Wno-conversion 13 1.2 joerg 14 1.1 ad .include <bsd.kmodule.mk> 15