aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos/Makefile
blob: a1555da190632310241052ea2e7808b31af3be0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

PROG=	newfs_msdos
MAN=	newfs_msdos.8

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

.include <bsd.prog.mk>