NetBSD/usr.bin/fmt/Makefile

10 lines
182 B
Makefile
Raw Normal View History

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
.PATH: ${.CURDIR}/../mail
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>