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

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

PROG=	fdformat
SRCS=	fdformat.c fdutil.c

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

.include <bsd.prog.mk>