xref: /freebsd/usr.sbin/fdformat/Makefile (revision c73e22c3d47a3cff43c30a39e6aa4692e07316c8)
1# $FreeBSD$
2
3PROG=	fdformat
4MAN1=	${PROG}.1
5
6# the -I's seem to be confusing, but necessery this way
7# (so the right <unistd.h> will be found in /usr/include, and the
8# "../i386/isa/ic/nec765.h" included from fdreg.h is accessible, too)
9CFLAGS+= -Wall
10
11.include <bsd.prog.mk>
12