From owner-cvs-usrsbin Wed Dec 17 05:07:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA08945 for cvs-usrsbin-outgoing; Wed, 17 Dec 1997 05:07:39 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 FAA08917; Wed, 17 Dec 1997 05:07:04 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA25905; Wed, 17 Dec 1997 05:04:19 -0800 (PST) Date: Wed, 17 Dec 1997 05:04:19 -0800 (PST) Message-Id: <199712171304.FAA25905@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/stallion/bootcode Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/17 05:04:19 PST Modified files: usr.sbin/stallion/bootcode Makefile Log: Use the default LIBOWN, etc. instead of clobbering the defaults to bin, etc., so that (this part of) `LIBOWN=... make world' can be run by users other than root. Actually, use BINOWN instead of LIBOWN, since the files that we install in /usr/libdata are not libraries, and LIBOWN is not used for anything else in /usr/libdata. Rewrote all the rules and cleaned up. Revision Changes Path 1.8 +12 -26 src/usr.sbin/stallion/bootcode/Makefile