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