mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
9c61e1111e
PR: bin/4520 Submitted by: gjm11@dpmms.cam.ac.uk (Gareth McCaughan)
8 lines
120 B
Makefile
8 lines
120 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= fmt
|
|
SRCS= fmt.c head.c
|
|
.PATH: /usr/src/usr.bin/mail
|
|
|
|
.include <bsd.prog.mk>
|