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>