Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/fstyp/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| .include <src.opts.mk> | .include <src.opts.mk> | ||||
| PROG= fstyp | PROG= fstyp | ||||
| SRCS= apfs.c cd9660.c exfat.c ext2fs.c fstyp.c geli.c hammer.c \ | SRCS= apfs.c bfs.c cd9660.c exfat.c ext2fs.c fstyp.c geli.c hammer.c \ | ||||
pfg: Where is bfs.c? I don't see it in the revision anymore. | |||||
miguel_gocobachi.devAuthorUnsubmitted Done Inline Actionshttps://reviews.freebsd.org/D29917#change-fk9UBYmA71xW I applied some style(9) recommended by @0mp miguel_gocobachi.dev: https://reviews.freebsd.org/D29917#change-fk9UBYmA71xW I applied some style(9) recommended by… | |||||
| hammer2.c hfsplus.c msdosfs.c ntfs.c ufs.c bfs.c | hammer2.c hfsplus.c msdosfs.c ntfs.c ufs.c | ||||
Done Inline Actionsbfs.c is out of order 0mp: bfs.c is out of order | |||||
| .if ${MK_ZFS} != "no" | .if ${MK_ZFS} != "no" | ||||
| SRCS += zfs.c | SRCS += zfs.c | ||||
| .endif | .endif | ||||
| MAN= fstyp.8 | MAN= fstyp.8 | ||||
| WARNS?= 2 | WARNS?= 2 | ||||
| Show All 40 Lines | |||||
Where is bfs.c? I don't see it in the revision anymore.