1995-09-01 05:29:39 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2002-03-02 17:02:23 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 2002/03/02 14:02:23 wiz Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= fmt
|
|
|
|
SRCS= fmt.c head.c
|
2002-03-02 17:02:23 +03:00
|
|
|
WARNS= 2
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../mail
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|