repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nrelease: Clean up a bit the 'clean' target
[dragonfly.git]
/
usr.sbin
/
fstyp
/
Makefile
blob
63188af102c698e1e50e2a4a3e0b8a62e803fc9e
1
PROG
=
fstyp
2
SRCS
=
apfs.c befs.c cd9660.c exfat.c ext2fs.c fstyp.c hfsplus.c msdosfs.c ntfs.c ufs.c hammer.c hammer2.c
3
4
MAN
=
fstyp
.8
5
6
WARNS?
=
2
7
8
CFLAGS
+=-
I
${
.CURDIR
}/
..
/
..
/
sys
9
10
.
include
<
bsd.prog.mk
>