mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 05:36:19 -04:00
14 lines
254 B
Makefile
14 lines
254 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/05/26 12:56:32 joerg Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../fs/nilfs
|
|
|
|
LIB= rumpfs_nilfs
|
|
|
|
SRCS= nilfs_subr.c nilfs_vfsops.c nilfs_vnops.c
|
|
|
|
CWARNFLAGS.clang+= -Wno-self-assign
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|