10e180cc49
will be fixed using the new .NOPATH make feature instead.
9 lines
173 B
Makefile
9 lines
173 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $NetBSD: Makefile,v 1.5 1997/05/08 21:11:39 gwr Exp $
|
|
|
|
PROG= fmt
|
|
SRCS= fmt.c head.c
|
|
.PATH: ${.CURDIR}/../mail
|
|
|
|
.include <bsd.prog.mk>
|