freebsd-dev/usr.sbin/fdformat/Makefile
Yoshihiro Takahashi 1a06a03cb8 Add PC98 supports.
Submitted by:	Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (mostly)
2004-03-28 13:42:27 +00:00

16 lines
199 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../fdread
PROG= fdformat
SRCS= fdformat.c fdutil.c
WARNS?= 2
CFLAGS+= -I${.CURDIR}/../fdread
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.prog.mk>