1a06a03cb8
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (mostly)
11 lines
123 B
Makefile
11 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fdread
|
|
SRCS= fdread.c fdutil.c
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|