65a56b38f1
Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
11 lines
124 B
Makefile
11 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newfs_msdos
|
|
MAN8= newfs_msdos.8
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|