acpi: Narrow workaround for broken interrupt settings
[dragonfly.git] / usr.sbin / fstyp / Makefile
blob63188af102c698e1e50e2a4a3e0b8a62e803fc9e
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
4 MAN= fstyp.8
6 WARNS?= 2
8 CFLAGS+=-I${.CURDIR}/../../sys
10 .include <bsd.prog.mk>