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

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

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

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

.include <bsd.prog.mk>