From owner-cvs-bin Fri Oct 25 07:49:41 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA24784 for cvs-bin-outgoing; Fri, 25 Oct 1996 07:49:41 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA24768; Fri, 25 Oct 1996 07:49:29 -0700 (PDT) Date: Fri, 25 Oct 1996 07:49:29 -0700 (PDT) From: Bruce Evans Message-Id: <199610251449.HAA24768@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh Makefile Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/25 07:49:28 Modified: bin/sh Makefile Log: Build intermediate object files for mkinit, mknodes and mksyntax so that simple regresssion tests based on `cmp' work. mkdep still doesn't work right for these tools. They should probably be in separate directories. Sorted dependencies. Revision Changes Path 1.15 +19 -6 src/bin/sh/Makefile