summaryrefslogtreecommitdiffstats
path: root/usr.bin/file
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-09 10:47:50 +0000
committerobrien <obrien@FreeBSD.org>2004-08-09 10:47:50 +0000
commit4b24265824df54aaa2e489ec34045e9ad52374f7 (patch)
treed457ddebd52aeb34734269ca29a2663a122786b3 /usr.bin/file
parent80654be6fe1bb7b9bf4ca4ecdd67ee413cb36f56 (diff)
downloadFreeBSD-src-4b24265824df54aaa2e489ec34045e9ad52374f7.zip
FreeBSD-src-4b24265824df54aaa2e489ec34045e9ad52374f7.tar.gz
Uncomment the real paths and remove the local debugging paths.
Noticed by: ru (who's faster than 'make world' on my stock src test machine)
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/Makefile3
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
OpenPOWER on IntegriCloud