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