1.PATH: ${.CURDIR:H}/fdread 2 3PROG= fdformat 4MAN= fdformat.8 5SRCS= fdformat.c fdutil.c 6 7CFLAGS+= -I${.CURDIR:H}/fdread 8 9.include <bsd.prog.mk> 10