Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / rump / fs / lib / libext2fs / Makefile
blobef1defd5bbac3cb1edd8161d84853db70f2fedf5
1 # $NetBSD: Makefile,v 1.1 2007/08/07 21:26:36 pooka Exp $
4 .PATH: ${.CURDIR}/../../../../ufs/ext2fs
6 LIB= rumpfs_ext2fs
8 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \
9 ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c ext2fs_subr.c \
10 ext2fs_vfsops.c ext2fs_vnops.c
12 CFLAGS+=-Wno-pointer-sign
14 .include <bsd.lib.mk>
15 .include <bsd.klinks.mk>