Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / rump / fs / lib / libhfs / Makefile
blob5d09f40e9e63a58cffa6e81ca6f44cb3e0f1ef4f
1 # $NetBSD: Makefile,v 1.1 2007/08/08 09:28:53 pooka Exp $
4 .PATH: ${.CURDIR}/../../../../fs/hfs
6 LIB= rumpfs_hfs
8 SRCS= hfs_nhash.c hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c
10 CFLAGS+=-Wno-pointer-sign
12 .include <bsd.lib.mk>
13 .include <bsd.klinks.mk>