mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
10 lines
104 B
Makefile
10 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newfs_msdos
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|