More minor IPI work.
[dragonfly/vkernel-mp.git] / usr.sbin / fdformat / Makefile
blobb9cf7fafdb1b98cce6e97d7aeef380a02bcac5e2
1 # $FreeBSD: src/usr.sbin/fdformat/Makefile,v 1.5.14.1 2001/04/25 12:09:33 ru Exp $
2 # $DragonFly: src/usr.sbin/fdformat/Makefile,v 1.2 2003/06/17 06:29:53 dillon Exp $
4 PROG= fdformat
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)
9 CFLAGS+= -Wall
11 .include <bsd.prog.mk>