8 lines
118 B
Makefile
8 lines
118 B
Makefile
# @(#)Makefile 5.1 (Berkeley) 5/11/90
|
|
|
|
PROG= fmt
|
|
SRCS= fmt.c head.c
|
|
.PATH: ${.CURDIR}/../mail
|
|
|
|
.include <bsd.prog.mk>
|