mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
17 lines
270 B
GLSL
17 lines
270 B
GLSL
#
|
|
# Filesystem related tools
|
|
#
|
|
# $FreeBSD$
|
|
|
|
# mfs
|
|
CRUNCH_PROGS_sbin+= mdmfs mdconfig newfs
|
|
CRUNCH_ALIAS_mdmfs= mount_mfs
|
|
|
|
# UFS
|
|
# CRUNCH_PROGS_sbin+= fsck_ffs
|
|
CRUNCH_LIBS+= -lgeom
|
|
CRUNCH_LIBS+= -lufs
|
|
|
|
# msdos
|
|
# CRUNCH_PROGS_sbin+= mount_msdosfs
|
|
# CRUNCH_LIBS+= -lkiconv
|