Makefile revision 1.2
1#	from: @(#)Makefile	5.1 (Berkeley) 5/11/90
2#	$Id: Makefile,v 1.2 1993/07/31 15:23:05 mycroft Exp $
3
4PROG=	fmt
5SRCS=	fmt.c head.c
6.PATH: ${.CURDIR}/../mail
7
8.include <bsd.prog.mk>
9