xref: /freebsd/usr.sbin/fdformat/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH: ${.CURDIR:H}/fdread
2
3PROG=	fdformat
4MAN=	fdformat.8
5SRCS=	fdformat.c fdutil.c
6
7CFLAGS+= -I${.CURDIR:H}/fdread
8
9.include <bsd.prog.mk>
10