9 lines
180 B
Makefile
9 lines
180 B
Makefile
# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/31 15:23:05 mycroft Exp $
|
|
|
|
PROG= fmt
|
|
SRCS= fmt.c head.c
|
|
.PATH: ${.CURDIR}/../mail
|
|
|
|
.include <bsd.prog.mk>
|