]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/bsdbox/Makefile.fs
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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