Makefile revision 74816
1# $FreeBSD: head/usr.sbin/fdformat/Makefile 74816 2001-03-26 14:42:20Z ru $
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