summaryrefslogtreecommitdiff
path: root/sys/modules/hfs/Makefile
blob: 9f4ee754d4597a621f87cac6476d69f180299072 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.2 2014/08/10 08:53:22 hannken Exp $

.include "../Makefile.inc"

.PATH:	${S}/fs/hfs

KMOD=  	hfs
SRCS=	hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c

.include <bsd.kmodule.mk>