From owner-cvs-src@FreeBSD.ORG Thu Dec 16 22:13:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB5816A4CE; Thu, 16 Dec 2004 22:13:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B9B643D46; Thu, 16 Dec 2004 22:13:06 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGMD6if072311; Thu, 16 Dec 2004 22:13:06 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGMD6k3072310; Thu, 16 Dec 2004 22:13:06 GMT (envelope-from obrien) Message-Id: <200412162213.iBGMD6k3072310@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 Dec 2004 22:13:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libmagic Makefile src/usr.bin/file Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 22:13:06 -0000 obrien 2004-12-16 22:13:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libmagic Makefile usr.bin/file Makefile Log: MFC: install magic.h, and don't depend on 'uniq'. Revision Changes Path 1.3.2.1 +3 -2 src/lib/libmagic/Makefile 1.29.2.1 +1 -1 src/usr.bin/file/Makefile