2001-05-14 16:22:49 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
PROG= fdread
|
2001-07-02 17:21:58 -04:00
|
|
|
SRCS= fdread.c fdutil.c
|
2001-05-14 16:22:49 -04:00
|
|
|
|
2004-03-28 08:42:27 -05:00
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
|
CFLAGS+= -DPC98
|
|
|
|
|
.endif
|
|
|
|
|
|
2001-05-14 16:22:49 -04:00
|
|
|
.include <bsd.prog.mk>
|