1 1.2 joerg # $NetBSD: Makefile,v 1.2 2011/05/26 12:56:31 joerg Exp $ 2 1.1 reinoud 3 1.1 reinoud .include "../Makefile.inc" 4 1.1 reinoud 5 1.1 reinoud .PATH: ${S}/fs/nilfs 6 1.1 reinoud 7 1.1 reinoud KMOD= nilfs 8 1.1 reinoud SRCS= nilfs_vfsops.c nilfs_vnops.c nilfs_subr.c 9 1.1 reinoud 10 1.2 joerg CWARNFLAGS.clang= -Wno-self-assign 11 1.2 joerg 12 1.1 reinoud .include <bsd.kmodule.mk> 13