kernel - Fix lockup due to recentn pmap change
[dragonfly.git] / usr.sbin / fstyp / Makefile
blob5c3c09771ecf22d976c82ba70e759cb194767d31
1 PROG= fstyp
2 SRCS= cd9660.c ext2fs.c fstyp.c msdosfs.c ntfs.c ufs.c hammer.c
4 MAN= fstyp.8
6 WARNS?= 2
8 CFLAGS+=-I${.CURDIR}/../../sys
10 .include <bsd.prog.mk>