9 lines
173 B
Makefile
9 lines
173 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $NetBSD: Makefile,v 1.3 1995/09/01 01:29:39 jtc Exp $
|
|
|
|
PROG= fmt
|
|
SRCS= fmt.c head.c
|
|
.PATH: ${.CURDIR}/../mail
|
|
|
|
.include <bsd.prog.mk>
|