]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/bsdbox/Makefile.fs
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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