diff options
| author | Xin LI <delphij@FreeBSD.org> | 2015-06-09 22:13:53 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2015-06-09 22:13:53 +0000 |
| commit | a2f2409ea115657a0cc6dc01b42dd0597cf15dd0 (patch) | |
| tree | 0af7c44d02e5efa7f3b31abfffbbb1b2c51370f4 /usr.bin | |
| parent | 51a4ba663ab5b5db7bc44b4b5feee09478fd343b (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/file/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index da32084e7214..405436568594 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -21,7 +21,8 @@ # 4. This notice may not be removed or altered. SRCDIR= ${.CURDIR}/../../contrib/file -.PATH: ${SRCDIR} +.PATH: ${SRCDIR}/src +.PATH: ${SRCDIR}/doc PROG= file |
