Makefile revision 79161
1# $FreeBSD: head/usr.sbin/fdformat/Makefile 79161 2001-07-03 21:43:41Z joerg $
2
3.PATH:	${.CURDIR}/../fdread
4
5PROG=	fdformat
6SRCS=	fdformat.c fdutil.c
7CFLAGS=	-I${.CURDIR}/../fdread
8
9WARNS?=	2
10
11.include <bsd.prog.mk>
12