]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/newfs_msdos/Makefile
This commit was generated by cvs2svn to compensate for changes in r94880,
[FreeBSD/FreeBSD.git] / sbin / newfs_msdos / Makefile
1 # $FreeBSD$
2
3 PROG=   newfs_msdos
4 MAN=    newfs_msdos.8
5
6 .if ${MACHINE} == "pc98"
7 CFLAGS+= -DPC98
8 .endif
9 WARNS=  0
10
11 .include <bsd.prog.mk>