aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat/Makefile
blob: f2cd4e4841e98f2da8f11018dc095253c8351e88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

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

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

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

.include <bsd.prog.mk>