diff options
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/fmt/Makefile | 2 |
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> |
