]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/bsdbox/Makefile.fs
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / bsdbox / Makefile.fs
1 #
2 # Filesystem related tools
3 #
4 # $FreeBSD$
5
6 # mfs
7 CRUNCH_PROGS_sbin+=     mdmfs mdconfig newfs
8 CRUNCH_ALIAS_mdmfs=     mount_mfs
9
10 # UFS
11 # CRUNCH_PROGS_sbin+=   fsck_ffs
12 CRUNCH_LIBS+= -lgeom
13 CRUNCH_LIBS+= -lufs
14
15 # msdos
16 # CRUNCH_PROGS_sbin+=   mount_msdosfs
17 # CRUNCH_LIBS+= -lkiconv