Makefile revision 139905
1# $FreeBSD: head/usr.sbin/fdread/Makefile 139905 2005-01-08 15:46:06Z delphij $
2
3PROG=	fdread
4SRCS=	fdread.c fdutil.c
5
6WARNS?=	6
7
8.if ${MACHINE} == "pc98"
9CFLAGS+= -DPC98
10.endif
11
12.include <bsd.prog.mk>
13