Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2014/08/10 08:53:22 hannken Exp $ 2# 3 4.PATH: ${.CURDIR}/../../../../fs/hfs 5 6LIB= rumpfs_hfs 7 8SRCS= hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c 9 10.include <bsd.lib.mk> 11.include <bsd.klinks.mk> 12