1# $FreeBSD$
2
3PROG=	fdread
4SRCS=	fdread.c fdutil.c
5
6.if ${MACHINE} == "pc98"
7CFLAGS+= -DPC98
8.endif
9
10.include <bsd.prog.mk>
11