diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-09-30 19:42:55 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-09-30 19:42:55 +0000 |
| commit | 456ad1e5b4cece982582e144d0c2280fc30326f1 (patch) | |
| tree | bcfe46f80a1c4133ab18ceb6399bd08c33348e53 /usr.bin | |
| parent | 9c61e1111eceb2e2a4685ff2e3a283737e266abc (diff) | |
Notes
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> |
