diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-09 10:32:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-09 10:32:16 +0000 |
commit | 80654be6fe1bb7b9bf4ca4ecdd67ee413cb36f56 (patch) | |
tree | 02259ef16424626095906ee673afe1dc1d5bfa02 /lib/libmagic | |
parent | d3500de60b98f438d3c4fc3e46eee10e62435b7f (diff) | |
download | FreeBSD-src-80654be6fe1bb7b9bf4ca4ecdd67ee413cb36f56.zip FreeBSD-src-80654be6fe1bb7b9bf4ca4ecdd67ee413cb36f56.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 'lib/libmagic')
-rw-r--r-- | lib/libmagic/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libmagic/Makefile b/lib/libmagic/Makefile index f3a9f2f..36aee31 100644 --- a/lib/libmagic/Makefile +++ b/lib/libmagic/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ # Copyright (c) David E. O'Brien, 2000-2004 -#CONTRDIR= ${.CURDIR}/../../contrib/file -CONTRDIR= ${.CURDIR}/../file-4.10 +CONTRDIR= ${.CURDIR}/../../contrib/file .PATH: ${CONTRDIR} LIB= magic |