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