# $FreeBSD$ .PATH: ${.CURDIR}/../fdread PROG= fdformat SRCS= fdformat.c fdutil.c CFLAGS= -I${.CURDIR}/../fdread WARNS?= 2 .include