From owner-cvs-share Sat Mar 8 13:41:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA04141 for cvs-share-outgoing; Sat, 8 Mar 1997 13:41:46 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA04134; Sat, 8 Mar 1997 13:41:44 -0800 (PST) Date: Sat, 8 Mar 1997 13:41:44 -0800 (PST) From: Bruce Evans Message-Id: <199703082141.NAA04134@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/me Makefile Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/08 13:41:44 Modified: share/me Makefile Log: Don't use a dot in the chown commands. In fact, don't use any commands except `install' at install time. Don't build things at install time. Install with mode ${NOBINMODE} instead of 444. Revision Changes Path 1.5 +19 -12 src/share/me/Makefile