Makefile revision 77807
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/fmt/Makefile 77807 2001-06-06 10:17:05Z ru $
3
4PROG=	fmt
5SRCS=	fmt.c
6
7WARNS=	2
8
9.include <bsd.prog.mk>
10