HardenedBSD/usr.sbin/fdformat/Makefile
1994-09-17 17:55:03 +00:00

10 lines
260 B
Makefile

#
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 -I/sys
.include <bsd.prog.mk>