]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/bsdbox/Makefile.fs
stand/powerpc: Only build loader.kboot for powerpc64
[FreeBSD/FreeBSD.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