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