freebsd-dev/usr.sbin/fdformat/Makefile

10 lines
253 B
Makefile
Raw Normal View History

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)
CFLAGS+= -Wall
1994-01-26 23:44:34 +00:00
.include <bsd.prog.mk>