.PATH: ${.CURDIR:H}/fdread

PACKAGE= fd
PROG=	fdformat
MAN=	fdformat.8
SRCS=	fdformat.c fdutil.c

CFLAGS+= -I${.CURDIR:H}/fdread

.include <bsd.prog.mk>
