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