From owner-cvs-all Mon Feb 11 10:39: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B01C37B419; Mon, 11 Feb 2002 10:38:55 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BIcsr49730; Mon, 11 Feb 2002 10:38:54 -0800 (PST) (envelope-from mike) Message-Id: <200202111838.g1BIcsr49730@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 11 Feb 2002 10:38:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin Makefile src/bin/pwd Makefile pwd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/02/11 10:38:54 PST Modified files: bin Makefile bin/pwd Makefile pwd.c Log: o Remove old code from pwd(1); realpath(1) is now in its own directory. o Fix some unordered includes in pwd(1). o Connect realpath(1) to the build. Revision Changes Path 1.19 +2 -1 src/bin/Makefile 1.11 +0 -2 src/bin/pwd/Makefile 1.17 +3 -17 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message