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