From owner-cvs-user Sun Sep 14 23:02:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA03004 for cvs-user-outgoing; Sun, 14 Sep 1997 23:02:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA02973; Sun, 14 Sep 1997 23:02:17 -0700 (PDT) From: "Rodney W. Grimes" Received: (from rgrimes@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA20613; Sun, 14 Sep 1997 22:58:51 -0700 (PDT) Date: Sun, 14 Sep 1997 22:58:51 -0700 (PDT) Message-Id: <199709150558.WAA20613@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rgrimes 1997/09/14 22:58:51 PDT Modified files: . Makefile Log: When calling the src/include Makefile use the shorthand ``all beforeinstall'' inplace of ``all installhdrs symlinks'' so those of us who run with SHARED=copies get the right results. Revision Changes Path 1.144 +2 -2 src/Makefile