summaryrefslogtreecommitdiffstats
path: root/tools/bsdbox/Makefile.fs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bsdbox/Makefile.fs')
-rw-r--r--tools/bsdbox/Makefile.fs17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/bsdbox/Makefile.fs b/tools/bsdbox/Makefile.fs
new file mode 100644
index 0000000..03fe4b5
--- /dev/null
+++ b/tools/bsdbox/Makefile.fs
@@ -0,0 +1,17 @@
+#
+# Filesystem related tools
+#
+# $FreeBSD$
+
+# mfs
+CRUNCH_PROGS_sbin+= mdmfs mdconfig newfs
+CRUNCH_ALIAS_mdmfs= mount_mfs
+
+# UFS
+CRUNCH_PROGS_sbin+= fsck_ffs
+CRUNCH_LIBS+= -lgeom
+CRUNCH_LIBS+= -lufs
+
+# msdos
+# CRUNCH_PROGS_sbin+= mount_msdosfs
+# CRUNCH_LIBS+= -lkiconv
OpenPOWER on IntegriCloud