xref: /freebsd/usr.sbin/fdformat/Makefile (revision afe61c15161c324a7af299a9b8457aba5afc92db)
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 -I/usr/include -I/sys/sys
8
9.include <bsd.prog.mk>
10