Makefile revision 79110
1# $FreeBSD: head/usr.sbin/fdread/Makefile 79110 2001-07-02 21:21:58Z joerg $
2
3PROG=	fdread
4SRCS=	fdread.c fdutil.c
5CFLAGS+=-Wall
6
7.include <bsd.prog.mk>
8