From owner-freebsd-hackers Wed Nov 8 23:43:20 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA25164 for hackers-outgoing; Wed, 8 Nov 1995 23:43:20 -0800 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA25150 for ; Wed, 8 Nov 1995 23:43:15 -0800 Received: (from root@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id AAA01535; Thu, 9 Nov 1995 00:45:19 -0700 Date: Thu, 9 Nov 1995 00:45:19 -0700 From: Nate Williams Message-Id: <199511090745.AAA01535@rocky.sri.MT.net> To: Charles Henrich Cc: freebsd-hackers@freebsd.org Subject: Re: make install on /usr/src items In-Reply-To: <199511090719.CAA00553@crh.cl.msu.edu> References: <199511090719.CAA00553@crh.cl.msu.edu> Sender: owner-hackers@freebsd.org Precedence: bulk > Any idea why make install fails on most items in the src tree w/ 1104SNAP ? I > just grabbed ar for example, and a make install gives: > > install -c -s -o bin -g bin -m 555 ar > usage: install [-cs] [-f flags] [-g group] [-m mode] [-o owner] file1 file2; > or file1 ... fileN directory Umm, in the above example, there is not 'file2' or 'directory' parameter. Are you missing ../Makefile.inc? Nate