mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
11 lines
200 B
Makefile
11 lines
200 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/08/07 08:24:23 hannken Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/fs/efs
|
|
|
|
KMOD= efs
|
|
SRCS= efs_genfs.c efs_subr.c efs_vfsops.c efs_vnops.c
|
|
|
|
.include <bsd.kmodule.mk>
|