diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-09 10:47:50 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-09 10:47:50 +0000 |
| commit | dbb4a9b4e5c58b9627531b79e3749e6c8a1e2440 (patch) | |
| tree | d457ddebd52aeb34734269ca29a2663a122786b3 /usr.bin/file | |
| parent | 3dcb1ab12d68b4a191e6fbe6dfd082d1dc25e6ac (diff) | |
Notes
Diffstat (limited to 'usr.bin/file')
| -rw-r--r-- | usr.bin/file/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 3892d5de9029..261ad6f290e3 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -20,8 +20,7 @@ # ever read sources, credits must appear in the documentation. # 4. This notice may not be removed or altered. -#SRCDIR= ${.CURDIR}/../../contrib/file -SRCDIR= ${.CURDIR}/../file-4.10/src +SRCDIR= ${.CURDIR}/../../contrib/file .PATH: ${SRCDIR} PROG= file |
