summaryrefslogtreecommitdiff
path: root/usr.bin/fmt/Makefile
blob: ceabf3aa6eb1f6ce9bdad1b740919f4ba5d2c436 (plain)
1
2
3
4
5
6
7
8
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$NetBSD: Makefile,v 1.5 1997/05/08 21:11:39 gwr Exp $

PROG=	fmt
SRCS=	fmt.c head.c
.PATH: ${.CURDIR}/../mail

.include <bsd.prog.mk>