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