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

11 lines
123 B
Makefile

# $FreeBSD$
PROG= fdread
SRCS= fdread.c fdutil.c
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.prog.mk>