1# $FreeBSD$ 2 3PROG= fdformat 4 5# the -I's seem to be confusing, but necessery this way 6# (so the right <unistd.h> will be found in /usr/include, and the 7# "../i386/isa/ic/nec765.h" included from fdreg.h is accessible, too) 8CFLAGS+= -Wall 9 10.include <bsd.prog.mk> 11