003 File Manager
Current Path:
/usr/src/usr.sbin/fstyp
usr
/
src
/
usr.sbin
/
fstyp
/
📁
..
📄
Makefile
(1.09 KB)
📄
Makefile.depend
(490 B)
📄
Makefile.depend.options
(196 B)
📄
apfs.c
(3.06 KB)
📄
cd9660.c
(2.12 KB)
📄
exfat.c
(10.1 KB)
📄
ext2fs.c
(2.5 KB)
📄
fstyp.8
(3.34 KB)
📄
fstyp.c
(5.77 KB)
📄
fstyp.h
(2.62 KB)
📄
geli.c
(2.16 KB)
📄
hammer.c
(4.95 KB)
📄
hammer2.c
(6.57 KB)
📄
hammer2_disk.h
(53.08 KB)
📄
hammer_disk.h
(41.31 KB)
📄
hfsplus.c
(3.21 KB)
📄
msdosfs.c
(5.01 KB)
📄
msdosfs.h
(4.1 KB)
📄
ntfs.c
(4.57 KB)
📁
tests
📄
ufs.c
(2.17 KB)
📄
zfs.c
(2.42 KB)
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> PROG= fstyp SRCS= apfs.c cd9660.c exfat.c ext2fs.c fstyp.c geli.c hammer.c \ hammer2.c hfsplus.c msdosfs.c ntfs.c ufs.c .if ${MK_ZFS} != "no" SRCS += zfs.c .endif MAN= fstyp.8 WARNS?= 2 .if ${MK_ICONV} == "yes" CFLAGS+= -DWITH_ICONV .endif .include <bsd.endian.mk> .if ${TARGET_ENDIANNESS} == 1234 HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .endif .if ${MK_ZFS} != "no" IGNORE_PRAGMA= YES WARNS?= 0 CFLAGS.zfs.c+= -DIN_BASE CFLAGS.zfs.c+= -I${SRCTOP}/sys/contrib/openzfs/include CFLAGS.zfs.c+= -I${SRCTOP}/sys/contrib/openzfs/lib/libspl/include CFLAGS.zfs.c+= -I${SRCTOP}/sys/contrib/openzfs/lib/libspl/include/os/freebsd CFLAGS.zfs.c+= -I${SRCTOP}/sys/contrib/openzfs/module/icp/include CFLAGS.zfs.c+= -include ${SRCTOP}/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h CFLAGS.zfs.c+= -DHAVE_ISSETUGID CFLAGS.zfs.c+= -include ${SRCTOP}/sys/modules/zfs/zfs_config.h .endif .for src in ${SRCS} .if ${src} != "zfs.c" CFLAGS.${src}+=-I${SRCTOP}/sys .endif .endfor LIBADD= geom md ufs .if ${MK_ZFS} != "no" LIBADD+=nvpair zfs spl .endif .include <bsd.prog.mk>
Upload File
Create Folder