mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:31:08 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
17 lines
258 B
GLSL
17 lines
258 B
GLSL
#
|
|
# Filesystem related tools
|
|
#
|
|
|
|
# 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
|