Deleted Added
full compact
Makefile.fs (229675) Makefile.fs (239886)
1#
2# Filesystem related tools
3#
1#
2# Filesystem related tools
3#
4# $FreeBSD: head/tools/bsdbox/Makefile.fs 229675 2012-01-06 00:56:31Z adrian $
4# $FreeBSD: head/tools/bsdbox/Makefile.fs 239886 2012-08-29 22:54:39Z adrian $
5
6# mfs
7CRUNCH_PROGS_sbin+= mdmfs mdconfig newfs
8CRUNCH_ALIAS_mdmfs= mount_mfs
9
10# UFS
5
6# mfs
7CRUNCH_PROGS_sbin+= mdmfs mdconfig newfs
8CRUNCH_ALIAS_mdmfs= mount_mfs
9
10# UFS
11CRUNCH_PROGS_sbin+= fsck_ffs
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
12CRUNCH_LIBS+= -lgeom
13CRUNCH_LIBS+= -lufs
14
15# msdos
16# CRUNCH_PROGS_sbin+= mount_msdosfs
17# CRUNCH_LIBS+= -lkiconv