1 # $NetBSD: Makefile,v 1.1 2007/08/08 09:28:53 pooka Exp $ 2 # 3 4 .include <bsd.own.mk> 5 6 LIB= hfs 7 8 .PATH: ${NETBSDSRCDIR}/sys/fs/hfs 9 10 SRCS= hfs_nhash.c hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c 11 12 CFLAGS+=-Wno-pointer-sign 13 14 .include <bsd.lib.mk> 15 .include <bsd.klinks.mk> 16