From e62200e75aa1ebcb713258b393d967a473d4b2f2 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 9 Aug 2004 10:51:01 +0000 Subject: [PATCH] The file(1) related build-tool moved to libmagic. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index e8f4d48f8f8d..eb072a4d965a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -784,7 +784,7 @@ build-tools: ${_share} \ ${_aicasm} \ usr.bin/awk \ - usr.bin/file \ + lib/libmagic \ usr.sbin/sysinstall @${ECHODIR} "===> ${_tool}"; \ cd ${.CURDIR}/${_tool}; \