xref: /freebsd/tools/bsdbox/Makefile.fs (revision c243e4902be8df1e643c76b5f18b68bb77cc5268)
1#
2# Filesystem related tools
3#
4# $FreeBSD$
5
6# mfs
7CRUNCH_PROGS_sbin+=	mdmfs mdconfig newfs
8CRUNCH_ALIAS_mdmfs=	mount_mfs
9
10# UFS
11# CRUNCH_PROGS_sbin+=	fsck_ffs
12CRUNCH_LIBS+= -lgeom
13CRUNCH_LIBS+= -lufs
14
15# msdos
16# CRUNCH_PROGS_sbin+=	mount_msdosfs
17# CRUNCH_LIBS+= -lkiconv
18