diff options
Diffstat (limited to 'usr.bin/file/Makefile')
-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 3892d5d..261ad6f 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 |