1 1.2 pooka # $NetBSD: Makefile,v 1.2 2008/07/29 13:17:42 pooka Exp $ 2 1.1 pooka # 3 1.1 pooka 4 1.2 pooka .PATH: ${.CURDIR}/../../../../fs/hfs 5 1.1 pooka 6 1.2 pooka LIB= rumpfs_hfs 7 1.1 pooka 8 1.1 pooka SRCS= hfs_nhash.c hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c 9 1.1 pooka 10 1.1 pooka CFLAGS+=-Wno-pointer-sign 11 1.1 pooka 12 1.1 pooka .include <bsd.lib.mk> 13 1.1 pooka .include <bsd.klinks.mk> 14