12 lines
231 B
Makefile
12 lines
231 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/07/29 13:17:42 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../fs/efs
|
|
|
|
LIB= rumpfs_efs
|
|
|
|
SRCS= efs_genfs.c efs_ihash.c efs_subr.c efs_vfsops.c efs_vnops.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|