10 lines
182 B
Makefile
10 lines
182 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $NetBSD: Makefile,v 1.6 2002/03/02 14:02:23 wiz Exp $
|
|
|
|
PROG= fmt
|
|
SRCS= fmt.c head.c
|
|
WARNS= 2
|
|
.PATH: ${.CURDIR}/../mail
|
|
|
|
.include <bsd.prog.mk>
|