sys/vfs/autofs: Cleanup autofs_mount()
[dragonfly.git] / usr.sbin / fstyp / Makefile
blobf62b54e8d31b4230a8201547f966362eacf289dc
1 PROG= fstyp
2 SRCS= cd9660.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>