From 456ad1e5b4cece982582e144d0c2280fc30326f1 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 30 Sep 1997 19:42:55 +0000 Subject: [PATCH] Ooops, the Makefile was not supposed to be changed. Unspam this. --- usr.bin/fmt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index 09865f7fce4..7a51add3177 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -2,6 +2,6 @@ PROG= fmt SRCS= fmt.c head.c -.PATH: /usr/src/usr.bin/mail +.PATH: ${.CURDIR}/../mail .include