Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/fs ... and more MKLFS here
details: https://anonhg.NetBSD.org/src/rev/0be26e07ae0b
branches: trunk
changeset: 366444:0be26e07ae0b
user: nia <nia%NetBSD.org@localhost>
date: Fri May 27 09:25:39 2022 +0000
description:
... and more MKLFS here
diffstat:
sys/rump/fs/Makefile.rumpfscomp | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 6b8eb8a1d95a -r 0be26e07ae0b sys/rump/fs/Makefile.rumpfscomp
--- a/sys/rump/fs/Makefile.rumpfscomp Fri May 27 09:25:08 2022 +0000
+++ b/sys/rump/fs/Makefile.rumpfscomp Fri May 27 09:25:39 2022 +0000
@@ -1,12 +1,16 @@
-# $NetBSD: Makefile.rumpfscomp,v 1.8 2020/05/15 23:32:28 christos Exp $
+# $NetBSD: Makefile.rumpfscomp,v 1.9 2022/05/27 09:25:39 nia Exp $
#
.include <bsd.own.mk>
-RUMPFSCOMP= cd9660 efs ext2fs fdesc ffs hfs kernfs lfs mfs msdos \
+RUMPFSCOMP= cd9660 efs ext2fs fdesc ffs hfs kernfs mfs msdos \
nfs nilfs ntfs null ptyfs syspuffs sysvbfs \
tmpfs udf umap union v7fs
+.if ${MKLFS} != "no" || make(rumpdescribe)
+RUMPFSCOMP+= lfs
+.endif
+
.if ${MKZFS} != "no" || make(rumpdescribe)
RUMPFSCOMP+= zfs
.endif
Home |
Main Index |
Thread Index |
Old Index