freebsd-dev/usr.sbin/fdformat/Makefile
2001-03-20 18:17:26 +00:00

12 lines
276 B
Makefile

# $FreeBSD$
PROG= fdformat
MAN1= ${PROG}.1
# 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
.include <bsd.prog.mk>