Makefile revision 1.8
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2#	$NetBSD: Makefile,v 1.8 2006/03/16 16:50:16 christos Exp $
3
4.include <bsd.own.mk>
5
6PROG=	fmt
7SRCS=	fmt.c head.c
8WARNS=	4
9
10.PATH: ${NETBSDSRCDIR}/usr.bin/mail
11
12.include <bsd.prog.mk>
13