summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos/Makefile
blob: 6667d5f6cc91918f85b6c290b4617e47a1f33f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

PROG=	newfs_msdos
MAN=	newfs_msdos.8

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
WARNS=	0

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