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-05-22 17:43:34 +00:00
|
|
|
CFLAGS+= -Wall -I/usr/include -I/sys/sys
|
1994-01-26 23:44:34 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|