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