From owner-cvs-games Sat Mar 8 13:01:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA02393 for cvs-games-outgoing; Sat, 8 Mar 1997 13:01:59 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA02385; Sat, 8 Mar 1997 13:01:57 -0800 (PST) Date: Sat, 8 Mar 1997 13:01:57 -0800 (PST) From: Bruce Evans Message-Id: <199703082101.NAA02385@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/boggle Makefile Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/08 13:01:57 Modified: games/boggle Makefile Log: Don't use a dot in the chown commands. In fact, don't uses any commands except `install' at install time. Don't build things at install time (this wastes 1MB for yet another version of /usr/src/share/dict/web*). Get the dependencies right. Don't install things at afterinstall time. Install things with the correct uid as a side effect of using bsd.prog.mk instead of bsd.obj.mk. The tools are still poorly handled. It's hard to even determine which obj directory they are in. Revision Changes Path 1.10 +24 -11 src/games/boggle/Makefile