1# $FreeBSD: releng/10.3/usr.sbin/fdread/Makefile 201390 2010-01-02 11:07:44Z ed $
2
3PROG=	fdread
4SRCS=	fdread.c fdutil.c
5
6.if ${MACHINE} == "pc98"
7CFLAGS+= -DPC98
8.endif
9
10.include <bsd.prog.mk>
11