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