No empty .Rs/.Re
[netbsd-mini2440.git] / sys / rump / fs / lib / libnilfs / Makefile
blobf29da9ca46c1e11603ef9b1219f8143747af0925
1 # $NetBSD: Makefile,v 1.5 2008/11/17 09:03:51 pooka Exp $
4 .PATH: ${.CURDIR}/../../../../fs/nilfs
6 LIB= rumpfs_nilfs
8 SRCS= nilfs_subr.c nilfs_vfsops.c nilfs_vnops.c
10 CFLAGS+= -Wno-pointer-sign
12 .include <bsd.lib.mk>
13 .include <bsd.klinks.mk>