1994-01-26 23:44:34 +00:00
|
|
|
#
|
|
|
|
PROG = fdformat
|
|
|
|
|
|
|
|
# the -I's seem to be confusing, but necessery this way
|
|
|
|
# (so the right <unistd.h> will be found in /usr/include, and the
|
|
|
|
# "../i386/isa/ic/nec765.h" included from fdreg.h is accessible, too)
|
1994-09-25 18:44:26 +00:00
|
|
|
CFLAGS+= -Wall
|
1994-01-26 23:44:34 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|