From owner-cvs-all Fri Jan 19 1:24:21 2001 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 BE28337B404; Fri, 19 Jan 2001 01:24:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0J9O0294753; Fri, 19 Jan 2001 01:24:00 -0800 (PST) (envelope-from peter) Message-Id: <200101190924.f0J9O0294753@freefall.freebsd.org> From: Peter Wemm Date: Fri, 19 Jan 2001 01:24:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/usr.sbin/sysinstall Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/19 01:24:00 PST Modified files: . Makefile.inc1 usr.sbin/sysinstall Makefile Log: Create a build-tools target for sysinstall and rtermcap. This is still not right because rtermcap would be reading the *host* termcap, not from the termcap in the src tree. Besides, /usr/sbin/sysinstall (not the crunched one in /stand) should use the runtime termcap not the precompiled set. Revision Changes Path 1.181 +2 -2 src/Makefile.inc1 1.106 +3 -1 src/usr.sbin/sysinstall/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message