summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fstyp/Makefile
blob: b80398b9ff4123fda985532723e2c1ca8bb82001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.include <bsd.own.mk>

PROG=	fstyp
SRCS=	fstyp.c ext2fs.c cd9660.c msdosfs.c ntfs.c ufs.c
MAN=	fstyp.8

WARNS=	6

.if ${MK_TESTS} != "no"
SUBDIR+=	tests
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud