NetBSD-5.0.2/sys/rump/fs/lib/libhfs/Makefile

#	$NetBSD: Makefile,v 1.2 2008/07/29 13:17:42 pooka Exp $
#

.PATH:  ${.CURDIR}/../../../../fs/hfs

LIB=	rumpfs_hfs

SRCS=	hfs_nhash.c hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c

CFLAGS+=-Wno-pointer-sign

.include <bsd.lib.mk>
.include <bsd.klinks.mk>