kernel - Handle spinlock indefinite wait edge case
[dragonfly.git] / usr.sbin / fstyp / Makefile
blob777d042910af02d015baf32f58e9ce4bab3c4869
1 PROG= fstyp
2 SRCS= cd9660.c exfat.c ext2fs.c fstyp.c msdosfs.c ntfs.c ufs.c hammer.c hammer2.c
4 MAN= fstyp.8
6 WARNS?= 2
8 CFLAGS+=-I${.CURDIR}/../../sys
10 .include <bsd.prog.mk>