aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-09-30 19:42:55 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-09-30 19:42:55 +0000
commit456ad1e5b4cece982582e144d0c2280fc30326f1 (patch)
treebcfe46f80a1c4133ab18ceb6399bd08c33348e53 /usr.bin
parent9c61e1111eceb2e2a4685ff2e3a283737e266abc (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fmt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile
index 09865f7fce43..7a51add31772 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 <bsd.prog.mk>