NetBSD/usr.bin/fmt/Makefile

8 lines
118 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.1 (Berkeley) 5/11/90
PROG= fmt
SRCS= fmt.c head.c
.PATH: ${.CURDIR}/../mail
.include <bsd.prog.mk>