1
2.PATH: ${.CURDIR:H}/fdread
3
4PROG=	fdformat
5MAN=	fdformat.8
6SRCS=	fdformat.c fdutil.c
7
8CFLAGS+= -I${.CURDIR:H}/fdread
9
10.include <bsd.prog.mk>
11