NetBSD/usr.bin/fmt/Makefile

9 lines
180 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.1 (Berkeley) 5/11/90
# $Id: Makefile,v 1.2 1993/07/31 15:23:05 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= fmt
SRCS= fmt.c head.c
.PATH: ${.CURDIR}/../mail
.include <bsd.prog.mk>