summaryrefslogtreecommitdiff
path: root/usr.bin/fmt/Makefile
blob: 9131199888889d38598e750bb7c086b2c89bfe32 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:49:03 deraadt Exp $

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

.include <bsd.prog.mk>