12 lines
238 B
Makefile
12 lines
238 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/02/16 20:42:46 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../fs/hfs
|
|
|
|
LIB= rumpfs_hfs
|
|
|
|
SRCS= hfs_nhash.c hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|