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