freebsd-dev/usr.sbin/fdformat/Makefile

11 lines
260 B
Makefile
Raw Normal View History

# $FreeBSD$
PROG= fdformat
1994-01-26 23:44:34 +00:00
# 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>